mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
init structure with zeros
This commit is contained in:
parent
7608937d2b
commit
64cc21b890
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ void MifareDesfireGetInformation(void) {
|
||||||
uint8_t details[14];
|
uint8_t details[14];
|
||||||
} PACKED payload;
|
} PACKED payload;
|
||||||
|
|
||||||
|
memset(&payload, 0x00, sizeof(payload));
|
||||||
/*
|
/*
|
||||||
1 = PCB 1
|
1 = PCB 1
|
||||||
2 = cid 2
|
2 = cid 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue