From: Paul Floyd Date: Sun, 16 Feb 2025 07:38:58 +0000 (+0100) Subject: Illumos regtest: add a suppression for leak_cpp_intertior libstdc++.supp X-Git-Tag: VALGRIND_3_25_0~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a2944627ef6087291c67ec07b45c9c3d7c35e64;p=thirdparty%2Fvalgrind.git Illumos regtest: add a suppression for leak_cpp_intertior libstdc++.supp --- diff --git a/memcheck/tests/libstdc++.supp b/memcheck/tests/libstdc++.supp index 525b62832..bcfb4a064 100644 --- a/memcheck/tests/libstdc++.supp +++ b/memcheck/tests/libstdc++.supp @@ -122,3 +122,15 @@ fun:_setup fun:_rt_boot } +{ + Illumos-leaks-g++-malloc + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:_GLOBAL__sub_I_eh_alloc.cc + fun:call_array + fun:call_init + fun:setup + fun:_setup + fun:_rt_boot +}