This website works better with JavaScript
Home
Explore
Help
Sign In
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
make stack protector work with gcc configured for non-tls canary
Rich Felker
13 years ago
parent
28c5d46d84
commit
63374ee233
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/env/__stack_chk_guard.c
+ 2
- 0
src/env/__stack_chk_guard.c
View File
@@ -0,0 +1,2 @@
+#include <inttypes.h>
+uintptr_t __stack_chk_guard = 0xdecafbad;