mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
text
This commit is contained in:
@@ -2723,6 +2723,7 @@ void __attribute__((noreturn)) AppMain(void) {
|
||||
SpinDelay(100);
|
||||
BigBuf_initialize();
|
||||
|
||||
// Add stack canary
|
||||
for (uint32_t *p = _stack_start; p + 0x200 < _stack_end ; ++p) {
|
||||
*p = 0xdeadbeef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user