X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e92948c60c38a5a35b6797d80c4c3e119fbe44e2..59e933fc3f9c4283436b3b317b38c77db0e5d0a7:/client/cmdlfhid.c diff --git a/client/cmdlfhid.c b/client/cmdlfhid.c index b9d3ace3..fd0f6eba 100644 --- a/client/cmdlfhid.c +++ b/client/cmdlfhid.c @@ -319,7 +319,8 @@ int CmdHIDWiegand(const char *Cmd) { uint32_t oem = 0, fc = 0; uint64_t cardnum = 0; - uint32_t blocks[2], wiegand[2]; + uint32_t blocks[2] = {0,0}; + uint32_t wiegand[2] = {0,0}; uint8_t bits[96]; uint8_t *bs = bits;