fuzz-test: Fix an exit status check.
[metze/wireshark/wip.git] / tools / vg-suppressions
1 # This file lists suppressions to hide valgrind errors in libraries we don't
2 # control. Be careful adding to it, since overly-broad suppressions may hide
3 # real errors in Wireshark!
4 #
5 # This is primarily targeted towards the set of libraries on the fuzz-bot (which
6 # runs a valgrind step) but other entries are welcome as long as they are
7 # sufficiently commented.
8 {
9    Remove uninitialised CPU condition code check for ws_cpuid_sse42() on Virtualbox
10    Memcheck:Cond
11    fun:ws_mempbrk_sse42_compile
12    ...
13    fun:register_all_protocols
14    fun:proto_init
15    fun:epan_init
16    fun:main
17 }