[Mono-bugs] [Bug 78053][Wis] Changed - inflate_generic_type fails
with an error because of incorrect range checking
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Apr 8 14:59:14 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 tum at veridicus.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78053
--- shadow/78053 2006-04-08 14:58:29.000000000 -0400
+++ shadow/78053.tmp.16616 2006-04-08 14:59:14.000000000 -0400
@@ -36,6 +36,11 @@
The line where the error occurs is metadata/class.c line 488. The check
against context->gclass->type_argc seems to be flawed as context->gclass
is not the class related to the generic parameter being inflated
(Dictionary<,>) but is actually the class "E".
+
+------- Additional Comments From tum at veridicus.com 2006-04-08 14:59 -------
+Created an attachment (id=16738)
+test program
+
More information about the mono-bugs
mailing list