Merge "[GWP-ASan] Intercept calloc() again." am: d92b03887d
Change-Id: I96670156a22bfc3a673eb045266f975e3fc9d191
This commit is contained in:
commit
cb7f2a7905
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue