commit | 24ffa67caff81c3bf2c24850dcd98c311334b5b1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Mar 17 02:04:06 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 17 02:04:06 2020 +0000 |
tree | 36e98b52d2ac8b8d2f50f5671c5b93a880edad0a | |
parent | d92b03887d064518e0ecf4b76ab8ad198867acab [diff] | |
parent | 8bc0353dbcffc76b7e847de13056c1e802995916 [diff] |
Merge "Update linkerconfig missing message to warning"
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,