This commit is contained in:
merlokk 2021-07-12 11:20:50 +03:00
parent 7cb089f11b
commit 72ef378cd1

View file

@ -5205,6 +5205,7 @@ static int CmdHF14ADesChKeySettings(const char *Cmd) {
return PM3_ESOFT;
if (res == 2) {
PrintAndLogEx(ERR, "Key settings must have 1 byte length");
CLIParserFree(ctx);
return PM3_EINVARG;
}