]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfjablotron.c
FIX: CoverityScan, 1333853, out-of-bounds, well, if I have 3 items in a array...
[proxmark3-svn] / client / cmdlfjablotron.c
index 1f279a3b3b113a7c16e5373dfdf5af04972f0b31..cae1bc8c692611eb6feb675ddbc81ddc91a55b37 100644 (file)
@@ -179,7 +179,7 @@ int CmdJablotronClone(const char *Cmd) {
        UsbCommand resp;
        UsbCommand c = {CMD_T55XX_WRITE_BLOCK, {0,0,0}};
 
-       for (int i=4; i>=0; i--) {
+       for (int i=3; i>=0; i--) {
                c.arg[0] = blocks[i];
                c.arg[1] = i;
                clearCommandBuffer();
Impressum, Datenschutz