mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Fix EMV bug
This commit is contained in:
parent
77c5e28bce
commit
1740d43655
1 changed files with 2 additions and 2 deletions
|
@ -287,8 +287,8 @@ static int CmdEMVGPO(const char *Cmd) {
|
||||||
PrintAndLogEx(ERR, "Can't create PDOL data.");
|
PrintAndLogEx(ERR, "Can't create PDOL data.");
|
||||||
tlvdb_free(tmp_ext);
|
tlvdb_free(tmp_ext);
|
||||||
tlvdb_free(tlvRoot);
|
tlvdb_free(tlvRoot);
|
||||||
if (pdol_data_tlv != &data_tlv);
|
if (pdol_data_tlv != &data_tlv)
|
||||||
free(pdol_data_tlv);
|
free(pdol_data_tlv);
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
PrintAndLogEx(INFO, "PDOL data[%d]: %s", pdol_data_tlv_data_len, sprint_hex(pdol_data_tlv_data, pdol_data_tlv_data_len));
|
PrintAndLogEx(INFO, "PDOL data[%d]: %s", pdol_data_tlv_data_len, sprint_hex(pdol_data_tlv_data, pdol_data_tlv_data_len));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue