]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfem4x.c
Fix issue 14: mandemod and lf em4x em410xread crashes the proxmark3 client app
[proxmark3-svn] / client / cmdlfem4x.c
index 37355ef267a0e819a535a73223494e6fbbea73bb..09bd1920f1e2e560a1d17520be7634534f21e288 100644 (file)
@@ -34,7 +34,7 @@ int CmdEM410xRead(const char *Cmd)
   int parity[4];
   char id[11];
   int retested = 0;
-  int BitStream[MAX_GRAPH_TRACE_LEN];
+  uint8_t BitStream[MAX_GRAPH_TRACE_LEN];
   high = low = 0;
 
   /* Detect high and lows and clock */
Impressum, Datenschutz