X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/29f8c2cc1501cfcace3f32114f4323ee30bdb487..170e7c9c51bf257c80887c5037ecfd33ea2c5164:/client/cmdhfmf.c diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 1988fa16..ec542eb3 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1326,7 +1326,7 @@ uint8_t k_sectorsCount = 16; void readerAttack(nonces_t data[], bool setEmulatorMem) { // initialize storage for found keys - if (k_sector == NULL); + if (k_sector == NULL) k_sector = calloc(k_sectorsCount, sizeof(sector)); if (k_sector == NULL) return;