From: marshmellow42 Date: Tue, 13 Jun 2017 21:23:24 +0000 (-0400) Subject: Merge pull request #319 from Proxmark/iceman1001-patch-2 X-Git-Tag: v3.1.0~210 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/e5a15888b6b0d8e9087082ece706e899ca60729d?hp=0efcb691287836bc0afddfa8f7c595b149909f96 Merge pull request #319 from Proxmark/iceman1001-patch-2 bug: hf mf chk - wrong size --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 4cb9577b..d909cd8c 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -906,7 +906,7 @@ int CmdHF14AMfChk(const char *Cmd) char filename[FILE_PATH_SIZE]={0}; char buf[13]; uint8_t *keyBlock = NULL, *p; - uint8_t stKeyBlock = 20; + uint16_t stKeyBlock = 20; int i, res; int keycnt = 0;