Bugfix: data atr -t was reading uninitialized data

This commit is contained in:
DidierA
2023-08-03 14:44:27 +02:00
parent 007f9fcffb
commit 22bc398b48
+1 -1
View File
@@ -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);