mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 14:45:37 -07:00
fix coverity 308279
This commit is contained in:
parent
7e94cf39b4
commit
cf287818f3
1 changed files with 1 additions and 1 deletions
|
@ -1668,7 +1668,7 @@ static int emrtd_parse_ef_sod_hash_algo(uint8_t *data, size_t datalen, int *hash
|
|||
PrintAndLogEx(DEBUG, "trying: %s", hashalg_table[hashi].name);
|
||||
// We're only interested in checking if the length matches to avoid memory shenanigans
|
||||
if (hashalg_table[hashi].descriptorlen != hashalgosetlen) {
|
||||
PrintAndLogEx(DEBUG, "len mismatch: %i", hashalgosetlen);
|
||||
PrintAndLogEx(DEBUG, "len mismatch: %zu", hashalgosetlen);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue