]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
small fix util.c
authorOleg Moiseenko <olegmsn@gmail.com>
Sat, 10 Feb 2018 20:10:38 +0000 (22:10 +0200)
committerOleg Moiseenko <olegmsn@gmail.com>
Sat, 10 Feb 2018 20:10:38 +0000 (22:10 +0200)
client/util.c

index bbc7f2cfb598d73c8e7ad26f999c2c37bcc1b2a6..5dc9a4556b1668708f9323138191401593c95e1c 100644 (file)
@@ -116,6 +116,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;
                
        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;
 
 
        int maxLen = ( hex_len > hex_max_len) ? hex_max_len : hex_len;
 
Impressum, Datenschutz