]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.c
rework of GetFromBigBuf() (#597)
[proxmark3-svn] / client / util.c
index bbc7f2cfb598d73c8e7ad26f999c2c37bcc1b2a6..4f84e3b5eed7b391ae31930fe35cd25f4893dbcd 100644 (file)
@@ -16,7 +16,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <time.h>
-#include "data.h"
 
 #ifdef _WIN32
 #include <windows.h>
@@ -116,6 +115,7 @@ void hex_to_buffer(const uint8_t *buf, const uint8_t *hex_data, const size_t hex
                
        char *tmp = (char *)buf;
        size_t i;
+       memset(tmp, 0x00, hex_max_len);
 
        int maxLen = ( hex_len > hex_max_len) ? hex_max_len : hex_len;
 
Impressum, Datenschutz