Stack Smashing Protection

This commit is contained in:
2026-03-26 20:14:56 +01:00
parent 0fbaf6d26e
commit 89259ec9b2
4 changed files with 29 additions and 2 deletions
+3
View File
@@ -55,4 +55,7 @@
/* time */
#define TIMER_FREQUENCY 1000
/* ssp */
#define STACK_CHK_GUARD 0x7ABA5C007ABA5C00
#endif