mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-11 18:29:22 -07:00
forgot to empty the trace when clearing bigbuf
This commit is contained in:
@@ -138,6 +138,7 @@ void BigBuf_Clear_EM(void) {
|
||||
|
||||
void BigBuf_Clear_keep_EM(void) {
|
||||
memset(BigBuf, 0, s_bigbuf_hi);
|
||||
clear_trace();
|
||||
}
|
||||
|
||||
// allocate a chunk of memory from BigBuf. We allocate high memory first. The unallocated memory
|
||||
|
||||
Reference in New Issue
Block a user