aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vg-suppressions
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-07-24 22:57:30 -0400
committerEvan Huus <eapache@gmail.com>2014-07-25 02:58:49 +0000
commitebe713223ee53e9655fe884b720b63f9f2b58456 (patch)
treedb7bef2c624535579e0c628d103195eda106a2ed /tools/vg-suppressions
parent05c06306b10318e895aa3996364da75b39fe394c (diff)
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 <eapache@gmail.com>
Diffstat (limited to 'tools/vg-suppressions')
-rw-r--r--tools/vg-suppressions9
1 files changed, 0 insertions, 9 deletions
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_
-}