This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
hongwenjun
/
musl
mirror da
https://git.musl-libc.org/git/musl
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
make stack protector work with gcc configured for non-tls canary
Rich Felker
13 anni fa
parent
28c5d46d84
commit
63374ee233
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
src/env/__stack_chk_guard.c
+ 2
- 0
src/env/__stack_chk_guard.c
Vedi File
@@ -0,0 +1,2 @@
+#include <inttypes.h>
+uintptr_t __stack_chk_guard = 0xdecafbad;