[Mono-bugs] [Bug 52626][Nor] Changed - CodeAccessPermission Demand() method too restrictive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Jan 2004 06:05:09 -0500 (EST)


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 gkodinov@openlinksw.co.uk.

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

--- shadow/52626	2004-01-06 05:46:46.000000000 -0500
+++ shadow/52626.tmp.20077	2004-01-06 06:05:09.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: RedHat 9
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gkodinov@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -31,6 +31,13 @@
 This is not how it looks like it is in MS.NET.
 
 ------- Additional Comments From gkodinov@openlinksw.co.uk  2004-01-06 05:46 -------
 Created an attachment (id=6358)
 gogo.cs
 
+
+------- Additional Comments From gkodinov@openlinksw.co.uk  2004-01-06 06:05 -------
+One additional note : 
+Sometimes the class/corlib/System.Security/SecurityException.cs
+can throw NullReference exception from it's ToString() method.
+Find attached a small diff that will fix the problem (the way IMHO is
+correct).