[Bug 19720] Game (Amelie's Cafe) cannot be starten

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 20 01:04:59 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19720


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leslie_alistair at hotmail.com




--- Comment #23 from Alistair Leslie-Hughes <leslie_alistair at 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.



More information about the wine-bugs mailing list