[Mono-bugs] [Bug 58624][Nor] Changed - mcs doesn't catch properties returning pointers in safe context

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 23 May 2004 22:32:09 -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 vladimir@pobox.com.

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

--- shadow/58624	2004-05-17 22:49:16.000000000 -0400
+++ shadow/58624.tmp.28034	2004-05-23 22:32:09.000000000 -0400
@@ -35,6 +35,11 @@
 mcs /unsafe frob.cs
 frob.cs(11) error CS0030: Cannot convert type 'byte*' to 'void*'
 frob.cs(11) error CS0030: Cannot convert type 'byte*' to 'System.IntPtr'
 
 instead of "pointers may not be used without unsafe context" (as csc
 resports).  It works fine if Frob is a method call.
+
+------- Additional Comments From vladimir@pobox.com  2004-05-23 22:32 -------
+Created an attachment (id=7799)
+updated blittable patch
+