mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
init vars
This commit is contained in:
parent
4a31ce1656
commit
ec403485b6
1 changed files with 2 additions and 2 deletions
|
@ -414,9 +414,9 @@ int reader_lto(bool loop, bool verbose) {
|
|||
int ret = PM3_SUCCESS;
|
||||
|
||||
do {
|
||||
uint8_t serial[5];
|
||||
uint8_t serial[5] = {0};
|
||||
uint8_t serial_len = sizeof(serial);
|
||||
uint8_t type_info[2];
|
||||
uint8_t type_info[2] = {0};
|
||||
|
||||
lto_switch_off_field();
|
||||
lto_switch_on_field();
|
||||
|
|
Loading…
Add table
Reference in a new issue