Re: user32: Initialize string buffer

2012-11-12 Thread Alistair Leslie-Hughes
Hi Nikolay, On 12/11/2012 8:39 PM, Nikolay Sivov wrote: On 11/12/2012 11:33, Alistair Leslie-Hughes wrote: Hi, Should fix http://bugs.winehq.org/show_bug.cgi?id=28797 Changelog: user32: Initialize string buffer I think it could be GetWindowText problem actually, if it succeeded and

Re: user32: Initialize string buffer

2012-11-12 Thread Nikolay Sivov
On 11/12/2012 11:33, Alistair Leslie-Hughes wrote: Hi, Should fix http://bugs.winehq.org/show_bug.cgi?id=28797 Changelog: user32: Initialize string buffer I think it could be GetWindowText problem actually, if it succeeded and left buffer uninitialized that could be a real bug here, so