mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
text
This commit is contained in:
parent
71961501d4
commit
c8cfd4a517
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue