summaryrefslogtreecommitdiff
path: root/tests/test-shape.c
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 /tests/test-shape.c
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.
Diffstat (limited to 'tests/test-shape.c')
0 files changed, 0 insertions, 0 deletions