Remove libc from leak suppression list

Every program starts in __libc_start_main, so this would suppress
everything. This doesn't happen in practice because asan by default
is unable to unwind the stack. Setting
ASAN_OPTIONS=fast_unwind_on_malloc=0,malloc_context_size=15 can unwind
the stack, and if malloc_context_size is large enough it will indeed
suppress everything.
This commit is contained in:
Matthias Clasen 2021-01-22 00:12:46 -05:00
parent 6c54abeca7
commit a486536925

View File

@ -1,6 +1,5 @@
leak:g_quark_init
leak:xdg_mime_init
leak:libc.so
leak:libfontconfig.so
leak:libEGL_mesa.so
leak:iris_dri.so