[Pkg-libvirt-commits] [libguestfs] 43/66: valgrind: Add suppression for another libvirt/selinux leak.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:47:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.54-1
in repository libguestfs.

commit 44e523d9cb8f357d1c60fa530cc90fa7d89ef6c1
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Sep 23 13:49:03 2014 +0100

    valgrind: Add suppression for another libvirt/selinux leak.
---
 valgrind-suppressions | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/valgrind-suppressions b/valgrind-suppressions
index be7ecc9..0566a68 100644
--- a/valgrind-suppressions
+++ b/valgrind-suppressions
@@ -243,6 +243,14 @@
    ...
    fun:testDomainGenerateIfnames
 }
+# Possibly RHBZ#1145649
+{
+   libvirt_leak_7
+   Memcheck:Leak
+   ...
+   fun:selabel_close
+   fun:virSecuritySELinuxSecurityDriverClose
+}
 
 # FUSE leaks the per-thread context (although the code looks
 # like it attempts to clean it up).  In older fuse, it uses

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list