mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 19:40:37 -07:00
fix coverity 420049
This commit is contained in:
parent
2401a0e27b
commit
8e2e1d4cb4
1 changed files with 1 additions and 0 deletions
|
@ -1195,6 +1195,7 @@ int loadFileNFC_safe(const char *preferredName, void *data, size_t maxdatalen, s
|
|||
p++;
|
||||
|
||||
if (ft == NFC_DF_MFU) {
|
||||
n = 0;
|
||||
param_gethex_to_eol(p, 0, udata.mfu->data + (pageno * MFU_BLOCK_SIZE), MFU_BLOCK_SIZE, &n);
|
||||
*datalen += MFU_BLOCK_SIZE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue