[Bug 13672] mIRC 6.32 script editor crashes with assertion failure in riched20

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 28 17:16:16 CDT 2008


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


Dylan Smith <dylan.ah.smith at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|wine-bugs at winehq.org        |dylan.ah.smith at gmail.com
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




--- Comment #1 from Dylan Smith <dylan.ah.smith at gmail.com>  2008-10-28 17:16:16 ---
Created an attachment (id=16955)
 --> (http://bugs.winehq.org/attachment.cgi?id=16955)
richedit: Handle negative position given to EM_POSFROMCHAR.

The position given on the EM_POSFROMCHAR message was -1, and this case simply
wasn't handled, so it caused an assertion failure.  This patch uses a minimum
position of 0 to handle this case.


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