]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/mifarehost.c
Fixed several issues found using a coverity-scan
[proxmark3-svn] / client / mifarehost.c
index fe8b8b2682a3d28b46bd469a369c1c6303c93e07..7633def36a61bdcf2ea68de25ebc420cc3b0587d 100644 (file)
@@ -296,7 +296,7 @@ static uint8_t trailerAccessBytes[4] = {0x08, 0x77, 0x8F, 0x00};
 // variables\r
 char logHexFileName[200] = {0x00};\r
 static uint8_t traceCard[4096] = {0x00};\r
-static char traceFileName[20];\r
+static char traceFileName[200] = {0};\r
 static int traceState = TRACE_IDLE;\r
 static uint8_t traceCurBlock = 0;\r
 static uint8_t traceCurKey = 0;\r
Impressum, Datenschutz