[GWP-ASan] Intercept calloc() again.

Bug: 150456936
Test: N/A

Change-Id: Id273e1811f9919c8bdbdbf0ad850421e7c1cd8da
This commit is contained in:
Mitch Phillips 2020-03-16 09:52:45 -07:00
parent bd6a5570bb
commit 32abb0b81e
1 changed files with 1 additions and 2 deletions

View File

@ -177,8 +177,7 @@ void gwp_asan_malloc_enable() {
}
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,