From: Paul F. <pa...@so...> - 2025-02-16 07:39:51
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=4a2944627ef6087291c67ec07b45c9c3d7c35e64 commit 4a2944627ef6087291c67ec07b45c9c3d7c35e64 Author: Paul Floyd <pj...@wa...> Date: Sun Feb 16 08:38:58 2025 +0100 Illumos regtest: add a suppression for leak_cpp_intertior libstdc++.supp Diff: --- memcheck/tests/libstdc++.supp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/memcheck/tests/libstdc++.supp b/memcheck/tests/libstdc++.supp index 525b62832f..bcfb4a0648 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 +} |