[Mono-bugs] [Bug 338370] Weird parsing error CS8025: Arg_InsufficientSpace

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 2 06:01:04 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=338370#c9


Atsushi Enomoto <atsushi at ximian.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEW                                             |RESOLVED
         Resolution|                                                |FIXED




--- Comment #9 from Atsushi Enomoto <atsushi at ximian.com>  2007-11-02 04:01:04 MST ---
Fixed in svn. It is because of improper use of Encoding.GetMaxCharCount()
result against Decoder.GetChars() since it mat output pending character
(Encoding.GetMaxCharCount() is valid only against Encoding.GetChars()).
This issue is likely exposed by recent DecoderReplacementFallback change that
replaced invalid character with "\uFFFD" instead of String.Empty.


-- 
Configure bugmail: https://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