aboutsummaryrefslogtreecommitdiff
path: root/xfree-4.supp
diff options
context:
space:
mode:
authordaywalker <daywalker@a5019735-40e9-0310-863c-91ae7b9d1cf9>2003-09-18 01:49:30 +0000
committerdaywalker <daywalker@a5019735-40e9-0310-863c-91ae7b9d1cf9>2003-09-18 01:49:30 +0000
commit2f306e0d25ae16912d92eea65979dd3a62a941fa (patch)
treea51fe6867b6edc04c1c92e160a53123a6ec8136d /xfree-4.supp
parent8b5d8eb72927b92300cc819c7f698cbd1cb9bfca (diff)
downloadvalgrind-2f306e0d25ae16912d92eea65979dd3a62a941fa.tar.gz
add suppression about common X11 protocol and ICE errors. Please
scream if you don't like this.. Personally I've never seen a valid warning and all of them were spurious. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1826 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'xfree-4.supp')
-rw-r--r--xfree-4.supp20
1 files changed, 20 insertions, 0 deletions
diff --git a/xfree-4.supp b/xfree-4.supp
index cdf5ba34d..e71c78c70 100644
--- a/xfree-4.supp
+++ b/xfree-4.supp
@@ -115,6 +115,26 @@
obj:/usr/X11R6/lib/libXpm.so.4.11
}
+{
+ struct with uninitialized paddings
+ Memcheck:Param
+ writev(vector[...])
+ fun:vgAllRoadsLeadToRome_writev
+ fun:__writev
+ fun:_X11TransSocketWritev
+ fun:_X11TransWritev
+}
+
+{
+ another struct with uninitialized paddings
+ Memcheck:Param
+ write(buf)
+ fun:*
+ fun:_IceTransSocketWrite
+ fun:_IceTransWrite
+ fun:_IceWrite
+}
+
##----------------------------------------------------------------------##