commit | 3db601360fe67382d1c6093762fa3004d70c16d3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Aug 27 01:22:09 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Aug 27 01:22:09 2016 +0000 |
tree | d8fb1fee4b680409b0d896fbb52373655cce6adf | |
parent | 0b1a2826508ee5b191650d1d8b1f6b028e970f3b [diff] | |
parent | 864f3ec1865c1185acf5ac1652b7b790abea76b0 [diff] |
Merge "Initialize __abort_message_ptr in linker's copy of libc"
diff --git a/libc/bionic/libc_init_common.cpp b/libc/bionic/libc_init_common.cpp index 919080b..e5654c3 100644 --- a/libc/bionic/libc_init_common.cpp +++ b/libc/bionic/libc_init_common.cpp
@@ -309,6 +309,7 @@ void __libc_init_AT_SECURE(KernelArgumentBlock& args) { __libc_auxv = args.auxv; + __abort_message_ptr = args.abort_message_ptr; // Check that the kernel provided a value for AT_SECURE. bool found_AT_SECURE = false;