[Mono-bugs] [Bug 75515][Nor] Changed - Accessing inherited static
fields via reflection with the BindingFlags.FlattenHierarchy
flag yields wrong value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 17 18:37:45 EDT 2005
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75515
--- shadow/75515 2005-10-17 18:37:17.000000000 -0400
+++ shadow/75515.tmp.23336 2005-10-17 18:37:45.000000000 -0400
@@ -95,6 +95,11 @@
- return mono_field_get_object (domain, startklass, field);
+ return mono_field_get_object (domain, klass, field);
}
if (!(bflags & BFLAGS_DeclaredOnly) && (klass = klass->parent))
goto handle_parent;
+
+------- Additional Comments From robertj at gmx.net 2005-10-17 18:37 -------
+Created an attachment (id=15928)
+icall.c.patch
+
More information about the mono-bugs
mailing list