FIX: Coverity Scan fixes to emvcmd.c among others.

FIX: emclearmem bug.
This commit is contained in:
iceman1001
2017-03-05 18:43:06 +01:00
parent 790bb5ae49
commit dfcf20d641
4 changed files with 6 additions and 6 deletions

View File

@@ -1068,7 +1068,7 @@ void EMVFuzz_RATS(uint8_t ratslen, uint8_t* RATS)
uint8_t *receivedCmdPar = BigBuf_malloc(MAX_PARITY_SIZE);
// To control where we are in the protocol
int order;
int order = 0;
// We need to listen to the high-frequency, peak-detected path.
iso14443a_setup(FPGA_HF_ISO14443A_TAGSIM_LISTEN);