[Mono-bugs] [Bug 47707][Cri] Changed - Missing bounds checking in Array.IList.this[]
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Aug 2003 13:05:43 -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 lb@lb.ods.org.
http://bugzilla.ximian.com/show_bug.cgi?id=47707
--- shadow/47707 2003-08-18 13:04:02.000000000 -0400
+++ shadow/47707.tmp.31826 2003-08-18 13:05:43.000000000 -0400
@@ -102,6 +102,11 @@
Patch:
Should be attached.
The idea of the unchecked unsigned casts is to do both lower and upper
bounds checking in a single operation since negative values get mapped to
0x80000000-0xffffffff.
+
+------- Additional Comments From lb@lb.ods.org 2003-08-18 13:05 -------
+Created an attachment (id=5156)
+patch
+