commit | 6161970fa29ea6792f4f2922c010e6adcb50243d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Feb 24 00:26:50 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 24 00:26:50 2021 +0000 |
tree | 3e08a027ab7b96cc71ae8c9b466eb5887f774f79 | |
parent | 14851abce9d6b46140760d9e73c43a8b045bc24e [diff] | |
parent | bf917866f530ffdce19df1e1fe4c7b258c27a15e [diff] |
Merge "Make __libc_init_scudo() weak for native bridge."
diff --git a/libc/bionic/libc_init_common.cpp b/libc/bionic/libc_init_common.cpp index 01cd2e5..a710fa8 100644 --- a/libc/bionic/libc_init_common.cpp +++ b/libc/bionic/libc_init_common.cpp
@@ -86,6 +86,7 @@ _thread_arc4_lock(); } +__BIONIC_WEAK_FOR_NATIVE_BRIDGE void __libc_init_scudo() { // Heap tagging level *must* be set before interacting with Scudo, otherwise // the primary will be mapped with PROT_MTE even if MTE is is not enabled in