summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzunti <Szunti@users.noreply.github.com>2021-01-08 16:56:15 +0100
committerSzunti <Szunti@users.noreply.github.com>2021-01-16 16:07:50 +0100
commit6c0f8a5552dad63ff9a9b1824688cfe260a668ce (patch)
treed253379c4acdf12f715c2385555f6af09ceab55d
parent7555012e7dbba9f3d6ecede432126508fbf0582f (diff)
downloadpango-6c0f8a5552dad63ff9a9b1824688cfe260a668ce.tar.gz
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.
-rw-r--r--lsan.supp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lsan.supp b/lsan.supp
index 06a74df1..8831e7a4 100644
--- a/lsan.supp
+++ b/lsan.supp
@@ -1,5 +1,4 @@
leak:g_quark_init
-leak:libc.so
leak:libfontconfig.so
leak:libcairo.so
leak:libpixman-1.so