[Mono-bugs] [Bug 59556][Nor] Changed - [PATCH] Wrong exception when allocating an array of a negative (or unsigned) size

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Sep 2004 10:04:02 -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 bmaurer@users.sf.net.

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

--- shadow/59556	2004-09-02 10:04:34.000000000 -0400
+++ shadow/59556.tmp.7022	2004-09-06 10:04:02.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59556
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -77,6 +77,9 @@
 ------- Additional Comments From bmaurer@users.sf.net  2004-08-27 20:55 -------
 * object.c: check that array lengths are not negative (and throw
 S.OverflowException if they are) before doing OOM checks.
 
 ------- Additional Comments From vargaz@freemail.hu  2004-09-02 10:04 -------
 This is OK to check in.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-09-06 10:04 -------
+It's in cvs