aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vg-suppressions
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15Add ws_mempbrk_sse42_compile to Valgrind suppression listPascal Quantin1-0/+10
When running Valgrind 3.10.0 on an Ubuntu 10.10 x64 guest with Virtualbox 4.3.22, ws_cpuid_sse42() call triggers a false positive when checking ECX bit 20 Guy kindly verified the assembler code and confirmed that everything seems fine Let's remove the error to avoid noise when running Valgrind on a capture Change-Id: I357633950249a0c781482865c3221a1babdc74e2 Reviewed-on: https://code.wireshark.org/review/7124 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
2014-07-25Remove valgrind suppression for old zlib versionEvan Huus1-9/+0
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>
2013-08-20Add a valgrind suppressions file set to suppress the zlib error which otherwiseEvan Huus1-0/+16
pops up immediately on the fuzzbot. Hopefully there won't be too many more of these. svn path=/trunk/; revision=51434