mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-25 07:35:40 -07:00
coverity
This commit is contained in:
parent
faf4c449fc
commit
cf089b2087
1 changed files with 1 additions and 1 deletions
|
@ -5018,7 +5018,7 @@ static int CmdHF14ADesWriteData(const char *Cmd) {
|
|||
|
||||
if (res == PM3_SUCCESS) {
|
||||
PrintAndLogEx(INFO, _GREEN_("Commit Reader ID: "));
|
||||
PrintAndLogEx(INFO, "Prev reader id encoded [%d]: %s", resplen, sprint_hex(resp, resplen));
|
||||
PrintAndLogEx(INFO, "Prev reader id encoded [%zu]: %s", resplen, sprint_hex(resp, resplen));
|
||||
|
||||
if (trkeylen > 0) {
|
||||
uint8_t sessionkey[16] = {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue