http://bugs.winehq.org/show_bug.cgi?id=15020
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |dylan.ah.smith@gmail.com Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #1 from Dylan Smith dylan.ah.smith@gmail.com 2008-08-29 15:01:53 --- Created an attachment (id=15730) --> (http://bugs.winehq.org/attachment.cgi?id=15730) richedit: Prevent integer overflow in wrapping code with no wrap
The problem appears to be a result of an integer overflow in a comparison, therefore the wrong flow of control was taken in ME_WrapHandleRun.
Let me know if this patch corrects the problems you are having.