aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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_
-}