From 3f313d69c47d2bdf9a1533292f6e49b93ad8db70 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Sat, 1 Dec 2007 08:56:29 +0000
Subject: [PATCH] Add special zlib case to the suppression file

git-svn-id: http://root.cern.ch/svn/root/trunk@21139 27541ba8-7e3a-0410-8455-c3a389f83636
---
 etc/valgrind-root.supp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/etc/valgrind-root.supp b/etc/valgrind-root.supp
index 125d70cc636..c3f9dec3dfd 100644
--- a/etc/valgrind-root.supp
+++ b/etc/valgrind-root.supp
@@ -60,6 +60,14 @@
    fun:_ZN13TStreamerInfo7NewInfoEP6TClass
 }
 
+{
+   zlib fill_window issue, see zlib.net FAQ #36 and comment "If n is not on any hash chain, prev[n] is garbage but" in zlib deflate.c
+   Memcheck:Cond
+   fun:fill_window
+   fun:deflate_fast
+   fun:deflate
+}
+
 ######### Misc
 
 {
-- 
GitLab