mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: spelling misstakes.
FIX: output of block number should be two digits for nicer layout FIX: strange branching in the pyramid demod in cmddata.c, it will now always print the unknown length message FIX: another go at the coverity scan bug in proxmark3.c. (resource leak for cmd)
This commit is contained in:
parent
ce9a7cbf33
commit
4b3655e7f4
4 changed files with 11 additions and 14 deletions
|
@ -168,9 +168,9 @@ static void *main_loop(void *targ) {
|
|||
// exit or quit
|
||||
if (ret == 99)
|
||||
break;
|
||||
}
|
||||
free(cmd);
|
||||
cmd = 0;
|
||||
}
|
||||
} else {
|
||||
printf("\n");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue