commit | a1d32f95c3bfc899b7f80ea39a52199a5d33abee | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 15 06:15:41 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 15 06:15:41 2016 +0000 |
tree | bc720af8acb7d12c4b8c1e6c0ba4b61c0d6b52c7 | |
parent | a7aac1bf9a26403f747b9e9bfb5ff6b24705f622 [diff] | |
parent | 0ff61f6d194cf9b30f443f906166192cdc41b0b6 [diff] |
Merge "Make the __stack_chk_fail message more searchable on the internets."
diff --git a/libc/bionic/__stack_chk_fail.cpp b/libc/bionic/__stack_chk_fail.cpp index 6e052e3..cb039cf 100644 --- a/libc/bionic/__stack_chk_fail.cpp +++ b/libc/bionic/__stack_chk_fail.cpp
@@ -32,5 +32,5 @@ #include "private/libc_logging.h" void __stack_chk_fail() { - __libc_fatal("stack corruption detected"); + __libc_fatal("stack corruption detected (-fstack-protector)"); }