commit | 516a0ef9712755d88902f073c0e090d914af7c97 | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchp@google.com> | Mon Mar 16 09:52:45 2020 -0700 |
committer | Mitch Phillips <mitchp@google.com> | Mon Mar 16 20:18:34 2020 +0000 |
tree | be43707eca527d75880266e08feb73dfc9ca19cf | |
parent | 1b9963d3d85c2ab1828c2229f1a233aa87c67a99 [diff] [blame] |
[GWP-ASan] Intercept calloc() again. Bug: 150456936 Test: N/A Change-Id: Id273e1811f9919c8bdbdbf0ad850421e7c1cd8da Merged-In: Id273e1811f9919c8bdbdbf0ad850421e7c1cd8da
diff --git a/libc/bionic/gwp_asan_wrappers.cpp b/libc/bionic/gwp_asan_wrappers.cpp index e60a2f9..d3e6a14 100644 --- a/libc/bionic/gwp_asan_wrappers.cpp +++ b/libc/bionic/gwp_asan_wrappers.cpp
@@ -177,8 +177,7 @@ } static const MallocDispatch gwp_asan_dispatch __attribute__((unused)) = { - // TODO(b/150456936) - GWP-ASan's calloc is disabled for now. - Malloc(calloc), + gwp_asan_calloc, gwp_asan_free, Malloc(mallinfo), gwp_asan_malloc,