Dan Kegel wrote:
> your change [...] seems to have triggered some valgrind warnings,
Thanks for providing the valgrind output!
Indeed, I was passing a wrong length to a WideCharToMultiByte call, which
led to the use of uninitialized stack memory.
Fixed here:
http://www.winehq.org/pipermail/wine
Hi Colin,
your change
http://source.winehq.org/git/wine.git/?a=commitdiff;h=c2c1a55f1c08f35ae02b811d1141acd6ec76fca6
seems to have triggered some valgrind warnings,
http://kegel.com/wine/valgrind/logs/2008-07-31-07.46/vg-kernel32_codepage-diff.txt
e.g.
+ Use of uninitialised value of size 4
+a