[Mono-bugs] [Bug 38812][Min] Changed - Array.Copy doesn't check member types.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 11 May 2003 12:36:31 -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 jaime@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=38812

--- shadow/38812	Tue Mar 11 08:29:48 2003
+++ shadow/38812.tmp.13059	Sun May 11 12:36:31 2003
@@ -89,6 +89,11 @@
         }
 }
 ====
 
 Note the `a.CopyTo (b, 0)' instead of `a.CopyTo (a,0)'.
 
+
+------- Additional Comments From jaime@gnome.org  2003-05-11 12:36 -------
+Created an attachment (id=4272)
+Proposed patch that solves the bug
+