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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79973 --- shadow/79973 2006-11-19 03:17:06.000000000 -0500 +++ shadow/79973.tmp.4533 2006-11-19 03:17:28.000000000 -0500 @@ -2,22 +2,22 @@ Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Minor Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: List<T> argument check is invalid. +Summary: [PATCH] List<T> argument check is invalid. List<T> argument check is invalid. void CheckIndex (int index) { if (index < 0 || (uint) index > (uint) _size) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
