[Mono-bugs] [Bug 38812][Min] Changed - Array.Copy doesn't check member types.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 27 Feb 2003 08:58:16 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38812
--- shadow/38812 Thu Feb 27 08:57:31 2003
+++ shadow/38812.tmp.21193 Thu Feb 27 08:58:16 2003
@@ -2,13 +2,13 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: martin@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -46,6 +46,10 @@
C[] c = new C [] { new C () };
Test (c);
}
}
====
+
+------- Additional Comments From martin@ximian.com 2003-02-27 08:58 -------
+See also bug #38291.
+