GWP-ASan: malloc_usable_size() is not hooked on Linux |
|
Issue descriptionmalloc_usable_size() not being hooked on Linux leads to GWP-ASan failures similar to those in bug 909720 on Windows. sqlite3 calls malloc_usable_size() on allocations, and this will result in crashes if used with GWP-ASan allocations. Similarly to bug 909720 we just need to implement allocator shimming on Windows. |
|
►
Sign in to add a comment |
|
Comment 1 by vtsyrklevich@chromium.org
, Dec 21Blocking: 912286