[Mono-bugs] [Bug 36030][Nor] Changed - Weird array access problem in unsafe contexts
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 14:54:18 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36030
--- shadow/36030 Mon May 26 17:27:00 2003
+++ shadow/36030.tmp.31931 Tue May 27 14:54:18 2003
@@ -123,6 +123,13 @@
------- Additional Comments From miguel@ximian.com 2003-04-10 23:24 -------
reassigning this bug to me
------- Additional Comments From ravi@ximian.com 2003-05-26 15:17 -------
Set dependency
+
+------- Additional Comments From ravi@ximian.com 2003-05-27 14:54 -------
+Miguel, this bug hasn't been fixed yet because your patch works only
+when the expression in the array initializer is a 'New'
+
+However, in this example, it happens to be IntPtr.Zero and we should
+still be using stobj but stelem.i is used and that causes Mono to abort.