[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
Thu, 2 Sep 2004 10:04:34 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=59556
--- shadow/59556 2004-08-27 20:55:57.000000000 -0400
+++ shadow/59556.tmp.7315 2004-09-02 10:04:34.000000000 -0400
@@ -74,6 +74,9 @@
patch
------- 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.