[Mono-bugs] [Bug 57011][Nor] Changed - UTF8Encoding accept overlong encoding - while MS reject them

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 14:44:14 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=57011

--- shadow/57011	2004-04-14 12:55:34.000000000 -0400
+++ shadow/57011.tmp.9369	2004-05-14 14:44:14.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 57011
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,9 @@
 
 Additional Information:
 - Safe decoder should reject overlong UTF8 as they can cause security problems.
 - MS implementation reject them.
 - Some case are rejected (4.2.4, 4.2.5) but probably for other reason
 (apart from being overlong).
+
+------- Additional Comments From sebastien@ximian.com  2004-05-14 14:44 -------
+Fixed in CVS.