Skip to content

Commit 00a81a2

Browse files
committed
Add more valgrind suppressions for __libc_freeres
Somehow these started showing up on the tinderbox
1 parent 8215ffc commit 00a81a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/etc/x86.supp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
fun:_vgnU_freeres
77
}
88

9+
{
10+
our-failure-to-setup-freeres-structure2
11+
Memcheck:Free
12+
fun:free
13+
fun:free_mem
14+
fun:__libc_freeres
15+
fun:_vgnU_freeres
16+
}
17+
918
{
1019
leaked-TLS-chunk-x86-exit-path-fails-to-clean-up
1120
Memcheck:Leak

0 commit comments

Comments
 (0)