mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Better Reply structs
This commit is contained in:
parent
64eb93c9c4
commit
533667ea6d
57 changed files with 725 additions and 718 deletions
|
@ -678,7 +678,7 @@ int CmdTraceList(const char *Cmd) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
traceLen = response.core.old.arg[2];
|
||||
traceLen = response.oldarg[2];
|
||||
if (traceLen > USB_CMD_DATA_SIZE) {
|
||||
uint8_t *p = realloc(trace, traceLen);
|
||||
if (p == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue