Skip to content

Commit

Permalink
Merge pull request RfidResearchGroup#2064 from DidierA/data_atr_bugfix
Browse files Browse the repository at this point in the history
Bugfix: `data atr -t` was reading uninitialized data
  • Loading branch information
iceman1001 authored Aug 3, 2023
2 parents 007f9fc + 22bc398 commit 175e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmddata.c
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ static int CmdAtrLookup(const char *Cmd) {
void *argtable[] = {
arg_param_begin,
arg_str0("d", NULL, "<hex>", "ASN1 encoded byte array"),
arg_lit0("t", "test", "perform selftest"),
// arg_lit0("t", "test", "perform selftest"),
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, false);
Expand Down

0 comments on commit 175e804

Please sign in to comment.