[Bug 22020] Page Fault in wine_utf8_wcstombs when running ToonTalk

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 13 10:03:47 CST 2010


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


Paul Vriens <Paul.Vriens.Wine at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Paul.Vriens.Wine at gmail.com




--- Comment #5 from Paul Vriens <Paul.Vriens.Wine at gmail.com>  2010-03-13 10:03:47 ---
Looks like the length calculation in bstr_to_utf8() is not correct. Changing
SysStringLen() to lstrlenW() makes the game start (well at least doesn't crash)
but that's obviously not correct.

To my (I admit limited) knowledge this means that the string was not allocated
by one of Sys*Alloc ones.

-- 
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