[Mono-bugs] [Bug 56208][Nor] Changed - [PATCH] Marshal.UnsafeAddrOfPinnedArrayElement patches
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 08:02:51 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=56208
--- shadow/56208 2004-04-04 11:43:46.000000000 -0400
+++ shadow/56208.tmp.18904 2004-05-05 08:02:51.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56208
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
@@ -47,6 +47,9 @@
------- Additional Comments From bmaurer@users.sf.net 2004-04-04 11:43 -------
also, look at:
#define mono_array_addr_with_size(array,size,index) (
((char*)(array)->vector) + (size) * (index) )
you should probably use that for the icall version, for neatness.
+
+------- Additional Comments From vargaz@freemail.hu 2004-05-05 08:02 -------
+Fixed in CVS. Thanks for the patch.