winex11.drv: Fix uninitialised values. (valgrind) (try 2)

Dan Kegel dank at kegel.com
Tue Aug 10 16:28:45 CDT 2010


That's for http://bugs.winehq.org/show_bug.cgi?id=20335 , right?

Alexandre's reply to that was
"It sounds like it's hashing padding bytes. Probably should be reported to the
X.org folks."

X is old code, and I don't think anyone has cleaned it up for valgrind yet.

That's why I use suppression files like
   http://winezeug.googlecode.com/svn/trunk/valgrind/valgrind-suppressions
which contain blanket suppressions like
  {
   bogus_X11_1
   Memcheck:Param
   write(buf)
   obj:*
   obj:/usr/lib*/libX11.so.6.2.0
}
{
   bogus_X11_2
   Memcheck:Param
   write(buf)
   obj:*
   obj:*
   obj:/usr/lib*/libX11.so.6.2.0
}



More information about the wine-devel mailing list