Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update lsan.supp | Matthias Clasen | 2021-07-02 | 1 | -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-fixes | Matthias Clasen | 2021-02-16 | 1 | -0/+1 |
| | |||||
* | Remove libc from leak suppression list | Szunti | 2021-01-16 | 1 | -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 dependencies | Matthias Clasen | 2020-09-12 | 1 | -0/+7 |