http://bugs.winehq.org/show_bug.cgi?id=19720 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com --- Comment #23 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2009-08-20 01:04:59 --- In function bstr_to_utf8, the SysStringLen(bstr) call is returning a string length greater than the actual string, thus it buffer overruns. If you change the call SysStringLen to strlenW, it appears to doesn't crash in the bstr_to_utf8 anymore, but properly not the right fix. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.