diff options
Diffstat (limited to 'src/env/__stack_chk_guard.c')
-rw-r--r-- | src/env/__stack_chk_guard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/env/__stack_chk_guard.c b/src/env/__stack_chk_guard.c new file mode 100644 index 00000000..f4c9e4f5 --- /dev/null +++ b/src/env/__stack_chk_guard.c @@ -0,0 +1,2 @@ +#include <inttypes.h> +uintptr_t __stack_chk_guard = 0xdecafbad; |