[Mono-bugs] [Bug 42260][Nor] Changed - StructLayout Size and inheritance
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 7 May 2003 11:48:00 -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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=42260
--- shadow/42260 Fri May 2 12:27:17 2003
+++ shadow/42260.tmp.13974 Wed May 7 11:48:00 2003
@@ -1,14 +1,14 @@
Bug#: 42260
Product: Mono/Runtime
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jlaban@wanadoo.Fr
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -28,6 +28,9 @@
int b;
};
The reported size of the type B is reported by Marshal.SizeOf is incorrect
and the memory mapping of the marsalled data after a call to
Marshal.StructureToPtr for this type is incorrect.
+
+------- Additional Comments From dietmar@ximian.com 2003-05-07 11:48 -------
+fixed