http://bugs.winehq.org/show_bug.cgi?id=19720
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #23 from Alistair Leslie-Hughes leslie_alistair@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.