Add an extra suppression.

On Fedora 33 with gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9)
it looks like fun:__static_initialization_and_destruction_0 is
now inlined which causes the existing suppression for the
same reachable to no longer match.
This commit is contained in:
Paul Floyd 2020-12-30 13:57:39 +01:00
parent 42ef710e19
commit 5db136ee36

View File

@ -96,3 +96,15 @@
fun:_dl_init
fun:_dl_start_user
}
{
malloc-leaks-cxx-stl-string-classes-debug3
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:pool
fun:UnknownInlinedFun
fun:_GLOBAL__sub_I_eh_alloc.cc
fun:call_init.part.0
fun:_dl_init
obj:*lib*/ld-2.*.so
}