diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/bionic/gwp_asan_wrappers.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/bionic/gwp_asan_wrappers.cpp b/libc/bionic/gwp_asan_wrappers.cpp index 57deeb23f..d3e6a14ce 100644 --- a/libc/bionic/gwp_asan_wrappers.cpp +++ b/libc/bionic/gwp_asan_wrappers.cpp @@ -177,8 +177,7 @@ void gwp_asan_malloc_enable() { } static const MallocDispatch gwp_asan_dispatch __attribute__((unused)) = { - // TODO(b/154618758) - GWP-ASan's calloc is disabled for now. - Malloc(calloc), + gwp_asan_calloc, gwp_asan_free, Malloc(mallinfo), gwp_asan_malloc, |