mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
Merge branch 'master' of https://github.com/iceman1001/proxmark3
This commit is contained in:
commit
e55eda39cd
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ uint8_t k_sectorsCount = 16;
|
||||||
void readerAttack(nonces_t data[], bool setEmulatorMem) {
|
void readerAttack(nonces_t data[], bool setEmulatorMem) {
|
||||||
|
|
||||||
// initialize storage for found keys
|
// initialize storage for found keys
|
||||||
if (k_sector == NULL);
|
if (k_sector == NULL)
|
||||||
k_sector = calloc(k_sectorsCount, sizeof(sector));
|
k_sector = calloc(k_sectorsCount, sizeof(sector));
|
||||||
if (k_sector == NULL)
|
if (k_sector == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue