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>
This commit is contained in:
Evan Huus 2014-07-24 22:57:30 -04:00
parent 05c06306b1
commit ebe713223e
1 changed files with 0 additions and 9 deletions

View File

@ -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_
}