summaryrefslogblamecommitdiff
path: root/tests/valgrind.supp
blob: 11682895b2baf9a074c0f2e074cd74033457a0fb (plain) (tree)





















                                                                  







                                                                      
 
# musl ldpath file stuff (upstream this into valgrind apk someday)
{
   musl:ldpath
   Memcheck:Leak
   match-leak-kinds: reachable
   fun:realloc
   fun:getdelim
   ...
   fun:__dls3
   obj:/lib/ld-musl-*
}
# CLIPP global ctor in .init
{
   clipp:ctor
   Memcheck:Leak
   match-leak-kinds: reachable
   fun:malloc
   ...
   fun:do_init_fini
   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
}