http://bugzilla.novell.com/show_bug.cgi?id=573682

http://bugzilla.novell.com/show_bug.cgi?id=573682#c6


--- Comment #6 from Zoltan Varga <[email protected]> 2010-01-27 00:42:57 UTC ---
This seems to be caused by r107733:

2008-07-11  Atsushi Enomoto  <[email protected]>

    * CP1252.cs : continue after fallback was missing.
      Fixed bug #408381, patch by Jonathan Gagnon.

Here, a continue is added after the call to HandleCallback, but charCount is
not decremented, causing the code to read after the end of the 'chars' array.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to