This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
hongwenjun
/
musl
peilaus alkaen
https://git.musl-libc.org/git/musl
Tarkkaile
1
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Selaa lähdekoodia
make stack protector work with gcc configured for non-tls canary
Rich Felker
13 vuotta sitten
vanhempi
28c5d46d84
sitoutus
63374ee233
1 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
2
0
src/env/__stack_chk_guard.c
+ 2
- 0
src/env/__stack_chk_guard.c
Näytä tiedosto
@@ -0,0 +1,2 @@
+#include <inttypes.h>
+uintptr_t __stack_chk_guard = 0xdecafbad;