[Pkg-libvirt-commits] [libguestfs] 19/266: valgrind: Tweak the suppression matching OCaml leak in caml_search_in_path.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:31 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.35-1
in repository libguestfs.

commit 83790960d63b78b1c2264777a4d87559d11f3b12
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jul 17 11:38:20 2014 +0100

    valgrind: Tweak the suppression matching OCaml leak in caml_search_in_path.
    
    In OCaml 4.02 this still leaks, but the stack trace is slightly
    different so the old suppression didn't match it.
---
 valgrind-suppressions | 1 +
 1 file changed, 1 insertion(+)

diff --git a/valgrind-suppressions b/valgrind-suppressions
index 8c711a8..a70823b 100644
--- a/valgrind-suppressions
+++ b/valgrind-suppressions
@@ -169,6 +169,7 @@
    Memcheck:Leak
    fun:malloc
    fun:caml_stat_alloc
+   ...
    fun:caml_search_in_path
 }
 {

-- 
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