[Mono-bugs] [Bug 59909][Nor] Changed - passing classes to C library functions doesn't allow modification
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 28 Aug 2004 00:06:24 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=59909
--- shadow/59909 2004-08-27 20:47:03.000000000 -0400
+++ shadow/59909.tmp.24926 2004-08-28 00:06:24.000000000 -0400
@@ -60,6 +60,11 @@
------- Additional Comments From bmaurer@users.sf.net 2004-08-27 20:46 -------
The problem is that by default, reference types which are passed by
value which are blittable are passed with a pointer. IE, what happens
is that the unmanaged code gets a referenc to ((char*)o) + sizeof
(MonoObject)
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-28 00:06 -------
+Created an attachment (id=9852)
+patch
+