cov 354477

This commit is contained in:
merlokk 2021-08-04 19:41:04 +03:00
commit 6388384393

View file

@ -2316,6 +2316,7 @@ static int CmdHF14ADesSelectApp(const char *Cmd) {
bool idsoidpresent = (res == 1);
if (res == 2) {
PrintAndLogEx(ERR, "ISO ID for EF or DF must have 2 bytes length");
CLIParserFree(ctx);
return PM3_EINVARG;
}