Merge "[GWP-ASan] Don't intercept calloc."
This commit is contained in:
commit
95c772f734
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue