]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/emvcmd.c
FIX: Coverity Scan fixes to emvcmd.c among others.
[proxmark3-svn] / armsrc / emvcmd.c
index 217ded540d15b4d601c0c5d605900fb425245e2f..ed3dbdb9236a93230a8053213a0fa72250f67a31 100644 (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);
Impressum, Datenschutz