This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
make stack protector work with gcc configured for non-tls canary
Rich Felker
13 năm trước cách đây
mục cha
28c5d46d84
commit
63374ee233
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
src/env/__stack_chk_guard.c
+ 2
- 0
src/env/__stack_chk_guard.c
Xem Tập Tin
@@ -0,0 +1,2 @@
+#include <inttypes.h>
+uintptr_t __stack_chk_guard = 0xdecafbad;