diff options
-rw-r--r-- | tests/valgrind.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp index b9c60f5..f106c56 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -20,3 +20,13 @@ fun:__libc_start_init obj:/lib/ld-musl-* } +# broken x86_64 mess (musl dbg symbols don't have do_init_fini symbol) +{ + clipp:ctor + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + ... + fun:_start_c + obj:/lib/ld-musl-* +} |