[Mono-bugs] [Bug 78941][Min] Changed - System.Collections.Queue can be made to throw IndexOutOfRangeException
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 25 08:16:52 EDT 2006
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 benlutz at datacomm.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=78941
--- shadow/78941 2006-07-24 17:07:43.000000000 -0400
+++ shadow/78941.tmp.12724 2006-07-25 08:16:52.000000000 -0400
@@ -75,6 +75,11 @@
+ _tail = (_tail + 1) % _array.Length;
+ _array[_tail] = obj;
_size++;
}
----------
+
+------- Additional Comments From benlutz at datacomm.ch 2006-07-25 08:16 -------
+Created an attachment (id=17350)
+Queue patch
+
More information about the mono-bugs
mailing list