summaryrefslogtreecommitdiff
path: root/lsan.supp
Commit message (Collapse)AuthorAgeFilesLines
* Update lsan.suppMatthias Clasen2021-07-021-0/+1
| | | | | | Sometimes, asan complains about us keeping a static hb_font_funcs_t around. This seems to only affect test-pangocairo-threads. Tell it not to worry about that.
* ci: ignore leaks in libxml2ci-fixesMatthias Clasen2021-02-161-0/+1
|
* Remove libc from leak suppression listSzunti2021-01-161-1/+0
| | | | | | | | | 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.
* ci: Suppress lsan leak warnings from dependenciesMatthias Clasen2020-09-121-0/+7