mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
coverity 294114
This commit is contained in:
parent
980049270c
commit
e662ee8705
1 changed files with 2 additions and 0 deletions
|
@ -557,6 +557,8 @@ int em4x50_read(em4x50_data_t *etd, em4x50_word_t *out, bool verbose) {
|
||||||
int CmdEM4x50Read(const char *Cmd) {
|
int CmdEM4x50Read(const char *Cmd) {
|
||||||
|
|
||||||
em4x50_data_t etd;
|
em4x50_data_t etd;
|
||||||
|
memset(&etd, 0x00, sizeof(em4x50_data_t));
|
||||||
|
|
||||||
etd.pwd_given = false;
|
etd.pwd_given = false;
|
||||||
etd.addr_given = false;
|
etd.addr_given = false;
|
||||||
etd.newpwd_given = false;
|
etd.newpwd_given = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue