[Mono-bugs] [Bug 47707][Cri] Changed - Missing bounds checking in Array.IList.this[] (patch and tests)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Aug 2003 13:06:32 -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:05:43.000000000 -0400
+++ shadow/47707.tmp.31860 2003-08-18 13:06:32.000000000 -0400
@@ -2,22 +2,22 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Critical
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: lb@lb.ods.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Missing bounds checking in Array.IList.this[]
+Summary: Missing bounds checking in Array.IList.this[] (patch and tests)
Description of Problem:
Array.GetValueImpl and Array.SetValueImpl are implemented in unmanaged code
without bounds checking.
This is sensible since it is faster and allows managed code to freely