mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07: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);
|
SpinDelay(100);
|
||||||
BigBuf_initialize();
|
BigBuf_initialize();
|
||||||
|
|
||||||
|
// Add stack canary
|
||||||
for (uint32_t *p = _stack_start; p + 0x200 < _stack_end ; ++p) {
|
for (uint32_t *p = _stack_start; p + 0x200 < _stack_end ; ++p) {
|
||||||
*p = 0xdeadbeef;
|
*p = 0xdeadbeef;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue