mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Merge pull request #2061 from pentoo/master
fix -Wstringop-overread error
This commit is contained in:
commit
0388682591
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ int mfStaticNested(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint8_t trgBl
|
|||
p_keyblock = mem;
|
||||
}
|
||||
|
||||
uint8_t fn[26] = "static_nested_000.bin";
|
||||
uint8_t fn[32] = "static_nested_000.bin";
|
||||
|
||||
uint64_t start_time = msclock();
|
||||
for (uint32_t i = 0; i < keycnt; i += max_keys_chunk) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue