mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
should be 8bytes
This commit is contained in:
parent
0b0ca6142d
commit
841c91a662
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ static int CmdHFFelicaAuthentication2(const char *Cmd) {
|
|||
return PM3_EINVARG;
|
||||
}
|
||||
|
||||
uint8_t cc[1] = {0};
|
||||
uint8_t cc[8] = {0};
|
||||
int cclen = 0;
|
||||
res = CLIParamHexToBuf(arg_get_str(ctx, 2), cc, sizeof(cc), &cclen);
|
||||
if (res) {
|
||||
|
|
Loading…
Reference in a new issue