This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hongwenjun
/
musl
espejo de
https://git.musl-libc.org/git/musl
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
make stack protector work with gcc configured for non-tls canary
Rich Felker
hace 13 años
padre
28c5d46d84
commit
63374ee233
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
src/env/__stack_chk_guard.c
+ 2
- 0
src/env/__stack_chk_guard.c
Ver fichero
@@ -0,0 +1,2 @@
+#include <inttypes.h>
+uintptr_t __stack_chk_guard = 0xdecafbad;