http://bugs.winehq.org/show_bug.cgi?id=24747 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |00cpxxx(a)gmail.com Ever Confirmed|0 |1 --- Comment #2 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-03-15 20:27:08 CDT --- I can confirm this issue. The application tries a SysStringByteLen (oleaut32) in the address 0x0A which is not divisible by 4 so the function crashes when it tries to access the contents of it. By adding an & 3 check to the function along side the !NULL the crash went away from here and landed in mbstowcs_sbcs which them receives the 0x0A address. -- 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.