From: John Ferlan Date: Thu, 1 Aug 2013 19:52:46 +0000 (-0400) Subject: valgrind: Adjust filter for _dl_allocate_tls X-Git-Tag: CVE-2013-4239~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e69166ef1addb9274f1dabcaa3704bbe9ae65b3;p=thirdparty%2Flibvirt.git valgrind: Adjust filter for _dl_allocate_tls More tests are now using the path - adjust the filter to include any path from a test through pthread_create to _dl_allocate_tls --- diff --git a/tests/.valgrind.supp b/tests/.valgrind.supp index f04912d0a2..d4fef857b0 100644 --- a/tests/.valgrind.supp +++ b/tests/.valgrind.supp @@ -62,14 +62,16 @@ obj:*/lib*/libc-2.*so* } # -# Failure seen in eventtest +# Failure seen in eventtest, qemumonitorjsontest, qemuhotplugtest, +# qemuagenttest # { - eventtestMemoryLeak + dlAllocateTlsMemoryLeak Memcheck:Leak fun:calloc fun:_dl_allocate_tls fun:pthread_create* + ... fun:mymain fun:virtTestMain ...