mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-30 20:23:46 +08:00
too small chararray
This commit is contained in:
parent
3e3dc83789
commit
3924d71f37
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ uint32_t IceEM410xdemod() {
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t entry[60];
|
uint8_t entry[81];
|
||||||
memset(entry, 0, sizeof(entry));
|
memset(entry, 0, sizeof(entry));
|
||||||
|
|
||||||
if (size == 128) {
|
if (size == 128) {
|
||||||
|
|
Loading…
Reference in a new issue