[Mono-bugs] [Bug 74482][Wis] Changed - mono uses method param type instead of type in the Constant MD table to interpret the constant value

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 05:40: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 radical@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74482

--- shadow/74482	2005-04-07 05:39:43.000000000 -0400
+++ shadow/74482.tmp.6810	2005-04-07 05:40:24.000000000 -0400
@@ -77,6 +77,11 @@
 The attached patch fixes that. It should basically use the type defined in
 the Constant MD Table.
 
 Note: Assigning a nullref to a int32 type method param is ok with ilasm AND
 PEVerify.. but obviously trying to use such a method with vbc/mbas will be
 a problem as an int32 can't be NULL!
+
+------- Additional Comments From radical@gmail.com  2005-04-07 05:40 -------
+Created an attachment (id=14877)
+the dll (compiled on .net)
+