We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3d390 commit 6f3d1d3Copy full SHA for 6f3d1d3
libc/src/compiler/generic/__stack_chk_fail.cpp
@@ -12,6 +12,8 @@
12
13
extern "C" {
14
15
+uintptr_t __stack_chk_guard = static_cast<uintptr_t>(0xa9fff01234);
16
+
17
void __stack_chk_fail(void) {
18
LIBC_NAMESPACE::write_to_stderr("stack smashing detected\n");
19
LIBC_NAMESPACE::abort();
0 commit comments