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
This commit is contained in:
Dirk Mueller 2003-09-18 01:49:30 +00:00
parent 0f45de2a6d
commit a1e28f774d

View File

@ -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
}
##----------------------------------------------------------------------##