mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
fix GH code alert
This commit is contained in:
parent
f47fb2f74d
commit
5ca29246e9
1 changed files with 1 additions and 3 deletions
|
@ -104,9 +104,7 @@ static int CIPURSEExchangeEx(bool activate_field, bool leave_field_on, sAPDU_t a
|
|||
memcpy(result, securedata, rlen);
|
||||
}
|
||||
|
||||
if (result_len != NULL) {
|
||||
*result_len = rlen;
|
||||
}
|
||||
*result_len = rlen;
|
||||
|
||||
if (sw != NULL) {
|
||||
*sw = isw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue