]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos regtest: add a suppression for leak_cpp_intertior libstdc++.supp
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 16 Feb 2025 07:38:58 +0000 (08:38 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 16 Feb 2025 07:38:58 +0000 (08:38 +0100)
memcheck/tests/libstdc++.supp

index 525b62832fb0e377c2594205c1c0c1403a43e7f1..bcfb4a0648355b556b45de3680f2a0254e0a5072 100644 (file)
    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
+}