[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 15:53:27 -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	Tue May 27 14:54:18 2003
+++ shadow/36030.tmp.12419	Tue May 27 15:53:27 2003
@@ -1,13 +1,13 @@
 Bug#: 36030
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: miguel@ximian.com                            
 ReportedBy: ravi@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -130,6 +130,9 @@
 ------- 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.
+
+------- Additional Comments From ravi@ximian.com  2003-05-27 15:53 -------
+Fixed on CVS.