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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79944 --- shadow/79944 2006-11-16 12:43:32.000000000 -0500 +++ shadow/79944.tmp.31095 2007-01-02 00:09:56.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 79944 Product: Mono: Runtime Version: unspecified OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: interop AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -52,6 +52,19 @@ Created an attachment (id=18089) the C file to turn into a .so ------- Additional Comments From [EMAIL PROTECTED] 2006-11-16 12:43 ------- not really a wishlist item :) + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-02 00:09 ------- +Fixed this bug. + +Notice that the test from 78722 is broken though, because it is +writing 2 bytes past the allocated size: + +pDataStruct = Marshal.AllocHGlobal(size + 2); +Marshal.WriteInt32(pDataStruct, size, (int)'X'); + +Which leads to a crash later on. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
