mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08:00
fix coverity 294114
This commit is contained in:
parent
eb61524923
commit
f866a847fb
1 changed files with 5 additions and 4 deletions
|
@ -608,6 +608,7 @@ int CmdEM4x50Dump(const char *Cmd) {
|
|||
em4x50_data_t etd;
|
||||
etd.pwd_given = false;
|
||||
etd.addr_given = false;
|
||||
etd.newpwd_given = false;
|
||||
|
||||
char filename[FILE_PATH_SIZE] = {0x00};
|
||||
char *fptr = filename;
|
||||
|
|
Loading…
Reference in a new issue