mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
fix cid 357754
This commit is contained in:
parent
c5119e5bea
commit
2494fef7fd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ static int CmdNfcDecode(const char *Cmd) {
|
|||
uint8_t *dump = NULL;
|
||||
size_t bytes_read = 4096;
|
||||
res = pm3_load_dump(filename, (void **)&dump, &bytes_read, 4096);
|
||||
if (res != PM3_SUCCESS) {
|
||||
if (res != PM3_SUCCESS || dump == NULL) {
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue