From 758ab5e6d22fb80b17e6888d03e065955f579735 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Tue, 12 Dec 2023 17:22:58 +0000 Subject: [PATCH] Linux: broaden one of the dynamic thread vector reachable suppressions On Arch Linux the callstack has two calls to malloc whilst the old suppression only had one. --- glibc-2.X.supp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glibc-2.X.supp.in b/glibc-2.X.supp.in index eeefa3935..fc346d803 100644 --- a/glibc-2.X.supp.in +++ b/glibc-2.X.supp.in @@ -276,7 +276,7 @@ dtv-addr-init Memcheck:Leak match-leak-kinds: possible,reachable - fun:malloc + ... fun:allocate_dtv_entry fun:allocate_and_init fun:tls_get_addr_tail* -- 2.11.4.GIT