projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Coverity-fixes in armsrc
[proxmark3-svn]
/
client
/
cmdhf15.c
diff --git
a/client/cmdhf15.c
b/client/cmdhf15.c
index cc61d2899e3c5d56ee8f894509c3a656942cbbd4..2239e9e4634ff151e5181050800af12e294d574a 100644
(file)
--- a/
client/cmdhf15.c
+++ b/
client/cmdhf15.c
@@
-535,7
+535,8
@@
int CmdHF15CmdRaw (const char *cmd) {
*/
int prepareHF15Cmd(char **cmd, UsbCommand *c, uint8_t iso15cmd[], int iso15cmdlen) {
int temp;
- uint8_t *req=c->d.asBytes, uid[8];
+ uint8_t *req=c->d.asBytes;
+ uint8_t uid[8] = {0};
uint32_t reqlen=0;
// strip
Impressum
,
Datenschutz