summaryrefslogtreecommitdiff
path: root/tools/vg-suppressions
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-02-14 23:36:47 +0100
committerEvan Huus <eapache@gmail.com>2015-02-15 18:46:54 +0000
commit0ed1b0f1947965982044787b09d7a0891d3ef438 (patch)
tree15ce6bbedb0c01107f58cedf0a488131eaaf21de /tools/vg-suppressions
parente326318eca98791786235cf85d2bc2e6086f5699 (diff)
downloadwireshark-0ed1b0f1947965982044787b09d7a0891d3ef438.tar.gz
Add ws_mempbrk_sse42_compile to Valgrind suppression list
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>
Diffstat (limited to 'tools/vg-suppressions')
-rw-r--r--tools/vg-suppressions10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/vg-suppressions b/tools/vg-suppressions
index e9d2e0c4bc..201d03fcc4 100644
--- a/tools/vg-suppressions
+++ b/tools/vg-suppressions
@@ -5,3 +5,13 @@
# 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
+}