]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #319 from Proxmark/iceman1001-patch-2
authormarshmellow42 <marshmellow42@users.noreply.github.com>
Tue, 13 Jun 2017 21:23:24 +0000 (17:23 -0400)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2017 21:23:24 +0000 (17:23 -0400)
bug:  hf mf chk - wrong size

client/cmdhfmf.c

index 4cb9577bc59fdfd772921d34685cc2c843aa6b52..d909cd8c8f9e1fa690ad93871955c0381d53e5a4 100644 (file)
@@ -906,7 +906,7 @@ int CmdHF14AMfChk(const char *Cmd)
        char filename[FILE_PATH_SIZE]={0};\r
        char buf[13];\r
        uint8_t *keyBlock = NULL, *p;\r
-       uint8_t stKeyBlock = 20;\r
+       uint16_t stKeyBlock = 20;\r
        \r
        int i, res;\r
        int     keycnt = 0;\r
Impressum, Datenschutz