[Mono-bugs] [Bug 382986] Protected internal method incorrectly inaccessible to generic object instance

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 5 13:22:55 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=382986

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=382986#c3





--- Comment #3 from Rodrigo Kumpera <rkumpera at novell.com>  2008-05-05 11:22:55 MST ---
The issue is related to how we check visibility under mini for inflated generic
types.

Visibility should be checked against non-inflated types, methods and fields as
a subtype member can have more strict visiblity.

The fix is in mini.c to inflate using the generict context of the generic
(method|type) definition and check visibility against these methods.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list