Merge "[GWP-ASan] Don't intercept calloc."

This commit is contained in:
Treehugger Robot 2020-02-28 21:19:51 +00:00 committed by Gerrit Code Review
commit 95c772f734

View file

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