From: Dirk Mueller Date: Thu, 18 Sep 2003 01:49:30 +0000 (+0000) Subject: add suppression about common X11 protocol and ICE errors. Please X-Git-Tag: svn/VALGRIND_2_1_0~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1e28f774da282b0030864e8de0bf35fedc34c21;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/xfree-4.supp b/xfree-4.supp index cdf5ba34d7..e71c78c705 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 +} + ##----------------------------------------------------------------------##