[Mono-bugs] [Bug 39046][Min] Changed - Queue.CopyTo does not work on an empty queue.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 4 Mar 2003 19:13:37 -0500 (EST)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=39046
--- shadow/39046 Tue Mar 4 11:05:17 2003
+++ shadow/39046.tmp.20424 Tue Mar 4 19:13:37 2003
@@ -1,14 +1,14 @@
Bug#: 39046
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: kalrac@vgmusic.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -41,6 +41,10 @@
Additional Information:
This is an issue with the "index >= array.Length" condition in the third
sanity check within Queue.CopyTo(Array, int). Ordinarily, this is a valid
check, however, when the Queue count is 0, the index should be permitted
to be equal to array.Length, as nothing will actually be copied.
+
+------- Additional Comments From gonzalo@ximian.com 2003-03-04 19:13 -------
+Fixed in CVS.
+Thanks.