mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fixed the missing erasing of flash memory bank.
This commit is contained in:
parent
4e6962864a
commit
944af6be95
2 changed files with 4 additions and 1 deletions
|
@ -275,7 +275,8 @@ static int CmdFlashMemLoad(const char *Cmd) {
|
|||
}
|
||||
break;
|
||||
}
|
||||
// not needed when we transite to loadxxxx_safe methods.(iceman)
|
||||
|
||||
// ICEMAN: not needed when we transite to loadxxxx_safe methods
|
||||
uint8_t *newdata = realloc(data, datalen);
|
||||
if (newdata == NULL) {
|
||||
free(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue