[Mono-bugs] [Bug 77523][Nor] Changed - [PATCH]
PtrToStructure(IntPtr,
object) should throw exception if object is not formatted class
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 26 04:21:05 EDT 2006
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77523
--- shadow/77523 2006-02-10 15:20:48.000000000 -0500
+++ shadow/77523.tmp.2300 2006-04-26 04:21:05.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: jonathan.chambers at ansys.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: PtrToStructure(IntPtr, object) should throw exception if object is not formatted class
+Summary: [PATCH] PtrToStructure(IntPtr, object) should throw exception if object is not formatted class
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
PtrToStructure(IntPtr, object) should throw exception if object is not
formatted class. PtrToStructure(IntPtr, Type) can take struct or formatted
@@ -115,6 +115,9 @@
------- Additional Comments From vargaz at gmail.com 2006-02-10 15:20 -------
That patch looks ok, a couple of comments:
- t is not needed, dst->vtable->klass->valuetype contains the same info
- a testcase should be added to tests/marshal8.cs.
+
+------- Additional Comments From atsushi at ximian.com 2006-04-26 04:21 -------
+no further action for this bug?
More information about the mono-bugs
mailing list