mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
fix CID #405227 - wrong comparision for the first fix
This commit is contained in:
parent
95a19405d8
commit
a0feb580c2
1 changed files with 1 additions and 1 deletions
|
@ -2018,7 +2018,7 @@ int infoHF_EMRTD_offline(const char *path) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// coverity scan CID 395630,
|
// coverity scan CID 395630,
|
||||||
if (data != NULL) {
|
if (data == NULL) {
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue