re: winex11.drv: Fix uninitialised values. (valgrind) (try 2)
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 }
On Tue, Aug 10, 2010 at 4:28 PM, Dan Kegel <dank(a)kegel.com> wrote:
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."
FWIW, I reported it here: https://bugs.freedesktop.org/show_bug.cgi?id=29600 -- -Austin
participants (2)
-
Austin English -
Dan Kegel