mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
ESOFT->EMALLOC
This commit is contained in:
parent
54153153b8
commit
2d23d1d226
1 changed files with 1 additions and 1 deletions
|
@ -2498,7 +2498,7 @@ static int CmdHF14ANdef(const char *Cmd) {
|
|||
if (ndef_file == NULL) {
|
||||
PrintAndLogEx(ERR, "Out of memory error in CmdHF14ANdef(). Aborting...\n");
|
||||
DropField();
|
||||
return PM3_ESOFT;
|
||||
return PM3_EMALLOC;
|
||||
}
|
||||
for (uint16_t i = offset; i < ndef_size + offset; i += max_rapdu_size) {
|
||||
uint16_t segment_size = max_rapdu_size < ndef_size + offset - i ? max_rapdu_size : ndef_size + offset - i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue