[Mono-bugs] [Bug 75377][Min] Changed - Cross-AppDomain delegate
marshaling bug
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 25 21:02:30 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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75377
--- shadow/75377 2005-06-25 19:33:43.000000000 -0400
+++ shadow/75377.tmp.22841 2005-06-25 21:02:30.000000000 -0400
@@ -144,6 +144,18 @@
------- Additional Comments From kornelpal at hotmail.com 2005-06-25 19:33 -------
One more notice: The security hole is not that applications can do
things they cannot usually because they has to have unmanaged code
permission. This may result in a security hole because code may be
executed in an environment that you can never imagine.
+
+------- Additional Comments From kornelpal at hotmail.com 2005-06-25 21:02 -------
+The test application generates unique static and instance
+identifiers for the object AppDomainReporter. They can be used to
+identify the object in the three test case.
+
+When I run the app I get the result that the object has the same
+static and instance identifiers in New Domain as in Default Domain.
+But in New Domain static constructor should be executed that
+generates a different static identifier.
+
+Please try the code and share the results.
More information about the mono-bugs
mailing list