mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Bugfix: data atr -t
was reading uninitialized data
This commit is contained in:
parent
007f9fcffb
commit
22bc398b48
1 changed files with 1 additions and 1 deletions
|
@ -3423,7 +3423,7 @@ static int CmdAtrLookup(const char *Cmd) {
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_str0("d", NULL, "<hex>", "ASN1 encoded byte array"),
|
arg_str0("d", NULL, "<hex>", "ASN1 encoded byte array"),
|
||||||
arg_lit0("t", "test", "perform selftest"),
|
// arg_lit0("t", "test", "perform selftest"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue