[Mono-bugs] [Bug 36030][Nor] Changed - Weird array access problem in unsafe contexts
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Dec 2002 18:42:16 -0000
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 Sat Dec 21 16:37:13 2002
+++ shadow/36030.tmp.7264 Sun Dec 22 13:42:16 2002
@@ -2,22 +2,22 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: ravi@ximian.com
ReportedBy: ravi@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Weird array access problem when mixed with conversion to void * etc
+Summary: Weird array access problem in unsafe contexts
The following program produces a stack underflow in the code generated by MCS:
using System;
namespace IntPtr_Conv