This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hongwenjun
/
musl
réplica de
https://git.musl-libc.org/git/musl
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
make stack protector work with gcc configured for non-tls canary
Rich Felker
%!s(int64=13) %!d(string=hai) anos
pai
28c5d46d84
achega
63374ee233
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
src/env/__stack_chk_guard.c
+ 2
- 0
src/env/__stack_chk_guard.c
Ver ficheiro
@@ -0,0 +1,2 @@
+#include <inttypes.h>
+uintptr_t __stack_chk_guard = 0xdecafbad;