mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix GH code alert
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user