[Mono-bugs] [Bug 58881][Maj] Changed - [patch] marshalling of struct params to functions passed as unmanaged delegates broken

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 05:23:15 -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=58881

--- shadow/58881	2004-05-28 05:22:49.000000000 -0400
+++ shadow/58881.tmp.8792	2004-05-28 05:23:15.000000000 -0400
@@ -167,6 +167,11 @@
 pinvoke2.cs which currently fails -- this is the case that's also
 failing now, byref non-blittable structs (so yes, this patch doesn't
 fix the underlying problem, but it hides it in a lot of cases!). 
 That's next on my to-do list...  setenv.exe also fails, but I believe
 that's because getenv() is prototyped to return a string, so the
 static data gets freed.
+
+------- Additional Comments From vladimir@pobox.com  2004-05-28 05:23 -------
+Created an attachment (id=7885)
+updated blittable patch (4)
+