]> sourceware.org Git - valgrind.git/commitdiff
Linux: broaden one of the dynamic thread vector reachable suppressions
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 12 Dec 2023 17:22:58 +0000 (17:22 +0000)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 12 Dec 2023 17:26:16 +0000 (17:26 +0000)
On Arch Linux the callstack has two calls to malloc whilst the old
suppression only had one.

glibc-2.X.supp.in

index eeefa393519476120f6f0ce1320163b216339354..fc346d803720e6c84f31765188aec9d8b0cf4a6a 100644 (file)
   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*
This page took 0.033357 seconds and 5 git commands to generate.