wireshark/tools/vg-suppressions

18 lines
586 B
Plaintext

# This file lists suppressions to hide valgrind errors in libraries we don't
# control. Be careful adding to it, since overly-broad suppressions may hide
# real errors in Wireshark!
#
# 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.
{
Remove uninitialised CPU condition code check for ws_cpuid_sse42() on Virtualbox
Memcheck:Cond
fun:ws_mempbrk_sse42_compile
...
fun:register_all_protocols
fun:proto_init
fun:epan_init
fun:main
}