From ebe713223ee53e9655fe884b720b63f9f2b58456 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Thu, 24 Jul 2014 22:57:30 -0400 Subject: Remove valgrind suppression for old zlib version The fuzzbot has been upgraded, so hopefully this is no longer necessary. Change-Id: Ia2d8ae03180c6e0b81a4f7b69b72610d047307ff Reviewed-on: https://code.wireshark.org/review/3194 Reviewed-by: Evan Huus --- tools/vg-suppressions | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tools/vg-suppressions') diff --git a/tools/vg-suppressions b/tools/vg-suppressions index c0bea41c02..e9d2e0c4bc 100644 --- a/tools/vg-suppressions +++ b/tools/vg-suppressions @@ -5,12 +5,3 @@ # This is primarily targeted towards the set of libraries on the fuzz-bot (which # runs a valgrind step) but other entries are welcome as long as they are # sufficiently commented. - -# Zlib 1.2.3.4 on the buildbot hits an uninitialized jump on the first call to -# inflateReset2. According to the Zlib changelog this was fixed in 1.2.3.7. -{ - libz/inflateReset2/jump - Memcheck:Cond - fun:inflateReset2 - fun:inflateInit2_ -} -- cgit v1.2.3