[Mono-bugs] [Bug 62422][Nor] Changed - StringBuilder doesn't throw exception when size exceeded

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Jan 2005 15:53:36 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/62422	2005-01-10 13:35:15.000000000 -0500
+++ shadow/62422.tmp.31139	2005-01-10 15:53:36.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 62422
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Fedora Core 2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 001 One hour
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: luke@octerbar.net               
 QAContact: mono-bugs@ximian.com
@@ -95,6 +95,10 @@
 
 
 ------- Additional Comments From mei@work.email.ne.jp  2005-01-09 02:47 -------
 Created an attachment (id=13685)
 proposed patch. When capacity exceeded the maximum value, the exception was thrown out.
 
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-10 15:53 -------
+Patch applied to both 1-0 and HEAD.
+Thanks!