[Mono-bugs] [Bug 52093][Nor] Changed - vectors need to be different types from arrays with rank == 1

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 13 Dec 2003 13:32:14 -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 lupus@ximian.com.

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

--- shadow/52093	2003-12-13 12:09:54.000000000 -0500
+++ shadow/52093.tmp.8351	2003-12-13 13:32:14.000000000 -0500
@@ -39,6 +39,11 @@
 	}
 }
 
 ------- Additional Comments From vargaz@freemail.hu  2003-12-13 12:09 -------
 Is this behavior mandated by the spec ? Also, is allowing this 
 conversion unsafe, i.e. can it be used to break the type system etc ?
+
+------- Additional Comments From lupus@ximian.com  2003-12-13 13:32 -------
+Yes, it's in the spec somewhere.
+And yes, it can probably be used to access random memory
+by playing with the bounds.