mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
CHG: coverity scan cpmplains..
This commit is contained in:
parent
d24026ade8
commit
aa5cba4ca3
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ void emlClearMem(void) {
|
||||||
memset(emCARD, 0, CARD_MEMORY_SIZE);
|
memset(emCARD, 0, CARD_MEMORY_SIZE);
|
||||||
|
|
||||||
// fill sectors trailer data
|
// fill sectors trailer data
|
||||||
for(uint8_t b = 3; b < 256; b < 127 ? (b += 4) : (b += 16))
|
for(uint8_t b = 3; b < 256; ((b < 127) ? (b += 4) : (b += 16)))
|
||||||
emlSetMem((uint8_t *)trailer, b, 1);
|
emlSetMem((uint8_t *)trailer, b, 1);
|
||||||
|
|
||||||
// uid
|
// uid
|
||||||
|
|
Loading…
Add table
Reference in a new issue