[Mono-bugs] [Bug 36030][Nor] Changed - Weird array access problem in unsafe contexts

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 27 Feb 2003 14:29:08 -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 ravi@ximian.com.

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

--- shadow/36030	Thu Dec 26 21:10:33 2002
+++ shadow/36030.tmp.5460	Thu Feb 27 14:29:08 2003
@@ -10,13 +10,12 @@
 Component: Misc
 AssignedTo: ravi@ximian.com                            
 ReportedBy: ravi@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Weird array access problem in unsafe contexts
 
 The following program produces a stack underflow in the code generated by MCS:
 
 using System;
 
@@ -114,6 +113,9 @@
 
 
 ------- Additional Comments From ravi@ximian.com  2002-12-26 21:10 -------
 Created an attachment (id=3038)
 IL of csc-generated executable
 
+
+------- Additional Comments From ravi@ximian.com  2003-02-27 14:29 -------
+Miguel, can you provide some inputs on this problem ?