commit | 1d93888a596ddee6b9040788023f22ca347ed404 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Sat Feb 29 02:34:51 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Feb 29 02:34:51 2020 +0000 |
tree | a129faf279f0ff34a8cea6b63bea36a824f3b9c8 | |
parent | 37fc3f6691a282acb04785ff504ab70d02354b6a [diff] | |
parent | f27fa1d20b11501d86205f0f90c4256af653ddb9 [diff] |
Merge "[GWP-ASan] Don't intercept calloc." into rvc-dev
diff --git a/libc/bionic/gwp_asan_wrappers.cpp b/libc/bionic/gwp_asan_wrappers.cpp index d3e6a14..e60a2f9 100644 --- a/libc/bionic/gwp_asan_wrappers.cpp +++ b/libc/bionic/gwp_asan_wrappers.cpp
@@ -177,7 +177,8 @@ } static const MallocDispatch gwp_asan_dispatch __attribute__((unused)) = { - gwp_asan_calloc, + // TODO(b/150456936) - GWP-ASan's calloc is disabled for now. + Malloc(calloc), gwp_asan_free, Malloc(mallinfo), gwp_asan_malloc,