[Mono-bugs] [Bug 52606][Wis] Changed - Code access security implementation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 2 May 2005 11:03:22 -0400 (EDT)


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 sebastien@ximian.com.

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

--- shadow/52606	2005-03-21 22:26:10.000000000 -0500
+++ shadow/52606.tmp.7996	2005-05-02 11:03:22.000000000 -0400
@@ -12,13 +12,13 @@
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Code access security implementation
-BugsThisDependsOn: 52693[FIXED], 53548[FIXED]
+BugsThisDependsOn: 52693[FIXED], 53548[FIXED], 74411
 
 Bug to keep track of the code access security implementation in the runtime,
 currently assigned to Ben <benjaminwootton@hotpop.com>.
 
 ------- Additional Comments From benjaminwootton@hotpop.com  2004-01-20 15:08 -------
 Now working actively on this - 20 Jan 04
@@ -79,6 +79,9 @@
 assembly load time;
 - Stack propagation for Thread, Async ...;
 - Cross-AppDomain support;
 - Adding (and validating) permissions in the class libraries;
 - and everything else not mentioned ;-)
 
+
+------- Additional Comments From sebastien@ximian.com  2005-05-02 11:03 -------
+Multiple AppDomain support is blocked by missing stack frames (see #74411)