[Mono-bugs] [Bug 69692][Wis] Changed - marshal.c mono_struct_delete_old double free
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Nov 2004 15:57:49 -0500 (EST)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69692
--- shadow/69692 2004-11-19 15:20:22.000000000 -0500
+++ shadow/69692.tmp.3222 2004-11-19 15:57:49.000000000 -0500
@@ -70,6 +70,10 @@
------- Additional Comments From grompf@sublimeintervention.com 2004-11-19 15:20 -------
This was my bug; KeventWatcher.cs was incorrectly using public string in a struct marshal
for values that needed to be held and returned by the kernel.
fixed in SVN.
+
+------- Additional Comments From gonzalo@ximian.com 2004-11-19 15:57 -------
+the only thing from Mono.Posix that xsp uses is UnixEndPoint. That
+doesn't use P/Invoke.