[Mono-bugs] [Bug 61134][Nor] Changed - GCHandle.AddrOfPinnedObject gives incorrect address for arrays
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jul 2004 06:54: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 dge@softec.st.
http://bugzilla.ximian.com/show_bug.cgi?id=61134
--- shadow/61134 2004-07-03 17:48:50.000000000 -0400
+++ shadow/61134.tmp.27690 2004-07-05 06:54:24.000000000 -0400
@@ -101,6 +101,11 @@
multiDimArrayTest( handle.AddrOfPinnedObject() );
handle.Free();
}
}
+
+------- Additional Comments From dge@softec.st 2004-07-05 06:54 -------
+Created an attachment (id=8453)
+Csharp only test case, not limited to arrays
+