[Mono-bugs] [Bug 28726][Nor] Changed - unsafe context not always tracked
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Aug 2002 20:28:56 -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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=28726
--- shadow/28726 Thu Aug 8 15:47:21 2002
+++ shadow/28726.tmp.24230 Thu Aug 8 16:28:56 2002
@@ -1,13 +1,13 @@
Bug#: 28726
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -34,7 +34,16 @@
The makefile.mcs to drop into I18N
------- Additional Comments From martin@gnome.org 2002-08-08 15:47 -------
This file also showed a bug in the flow analysis code, fixed this in
CVS and added test17() and test18() to test-154.cs.
+
+
+------- Additional Comments From martin@gnome.org 2002-08-08 16:28 -------
+Ok, that was easy. Fixed it in CVS.
+
+To get a small sample: use an unsafe class, nest another class in it
+(without using the `unsafe' keyword on the nested class) and then
+use a pointer in the nested class.
+