[Mono-bugs] [Bug 43731][Nor] Changed - a field of a pointer type needs unsafe context

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 16:54:43 -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 miguel@ximian.com.

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

--- shadow/43731	Tue May 27 11:33:00 2003
+++ shadow/43731.tmp.25378	Tue May 27 16:54:42 2003
@@ -1,14 +1,14 @@
 Bug#: 43731
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,9 @@
 using System;
 struct Foo {
         Foo* previous;
         public static void Main () {
         }
 }
+
+------- Additional Comments From miguel@ximian.com  2003-05-27 16:54 -------
+Added missing test.