mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-11-09 15:50:34 +08:00
fix coverity 303814
This commit is contained in:
parent
786accc487
commit
0e5640a631
1 changed files with 1 additions and 0 deletions
|
|
@ -873,6 +873,7 @@ static int CmdHFiClassELoad(const char *Cmd) {
|
|||
|
||||
if (strlen(filename) == 0) {
|
||||
PrintAndLogEx(ERR, "Error: Please specify a filename");
|
||||
CLIParserFree(ctx);
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue