[Mono-bugs] [Bug 573682] segtaults when encoding/decoding non-UTF8 strings

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 26 19:42:57 EST 2010


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

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


--- Comment #6 from Zoltan Varga <vargaz at gmail.com> 2010-01-27 00:42:57 UTC ---
This seems to be caused by r107733:

2008-07-11  Atsushi Enomoto  <atsushi at ximian.com>

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


More information about the mono-bugs mailing list