projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
FIX: CoverityScan 133857, cast to uint32_t will stop eventual problems. However...
[proxmark3-svn]
/
client
/
cmdlfhid.c
diff --git
a/client/cmdlfhid.c
b/client/cmdlfhid.c
index b9d3ace32188a49aa9af9780af9276988b4945e0..9b13b509f92590723a3d07557951e636d4d9f683 100644
(file)
--- 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;
Impressum
,
Datenschutz