Merge pull request #319 from Proxmark/iceman1001-patch-2
bug: hf mf chk - wrong size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user