]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflegic.c
FIX: getting rid of a compiler warning message.
[proxmark3-svn] / client / cmdhflegic.c
index ec870b901d01553237b2aabb42323177846ee307..ccdfa1da2675d1f73017cf4b0f332229741bea4f 100644 (file)
@@ -567,7 +567,7 @@ int CmdLegicRfFill(const char *Cmd) {
 
 int CmdLegicCalcCrc8(const char *Cmd){
 
-       uint8_t *data;
+       uint8_t *data = NULL;
        uint8_t cmdp = 0, uidcrc = 0, type=0;
        bool errors = false;
        int len = 0;
Impressum, Datenschutz