summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2023-05-11 17:07:39 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2023-05-11 17:07:39 (GMT)
commit6fbc88e2a0829e961e4ba829ea15bc2273002f8a (patch)
tree29cb69f621bc3578fc98e5574c009097d6477eae /tools
parent87ff0e4ee2c1fbf73c88052d9f3025a4756a2802 (diff)
downloadtcl-6fbc88e2a0829e961e4ba829ea15bc2273002f8a.zip
tcl-6fbc88e2a0829e961e4ba829ea15bc2273002f8a.tar.gz
tcl-6fbc88e2a0829e961e4ba829ea15bc2273002f8a.tar.bz2
Silence valgrind "still reachable" report in cmdAH.test
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind_suppress11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/valgrind_suppress b/tools/valgrind_suppress
index 11ca880..80c6630 100644
--- a/tools/valgrind_suppress
+++ b/tools/valgrind_suppress
@@ -181,6 +181,17 @@
}
{
+ TclpGetGrGid/getgrgid_r/tls_get_addr_tail
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:malloc
+ ...
+ fun:tls_get_addr_tail
+ ...
+ fun:TclpGetGrGid
+}
+
+{
TclpGetGrGid/getgrgid_r/module_load
Memcheck:Leak
match-leak-kinds: reachable