[Mono-bugs] [Bug 31889][Nor] Changed - mcs incorrectly allows accessing a protected property
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
30 Oct 2002 06:33:56 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31889
--- shadow/31889 Fri Oct 11 01:33:30 2002
+++ shadow/31889.tmp.15192 Wed Oct 30 01:33:56 2002
@@ -1,13 +1,13 @@
Bug#: 31889
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -56,6 +56,11 @@
BindingFlags permit it (we pass a flag: Public/NonPublic that we are
currently ignoring). The rest is taken care of for us, but we should
check this flag.
It should be a short bug fix, can you look into this?
+
+------- Additional Comments From miguel@ximian.com 2002-10-30 01:33 -------
+Funny, I fixed this accidentally while fixing something different.
+
+Nice! Fixed