[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 18:22:20 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75377
--- shadow/75377 2005-06-25 11:01:44.000000000 -0400
+++ shadow/75377.tmp.17738 2005-06-25 18:22:20.000000000 -0400
@@ -3,13 +3,13 @@
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
+Priority: Minor
Component: interop
AssignedTo: mono-bugs at ximian.com
ReportedBy: kornelpal at hotmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -42,6 +42,18 @@
CrossAppDomainDelegateMarshalingBug.cs
------- Additional Comments From kornelpal at hotmail.com 2005-06-25 11:01 -------
Note that this bug is similar to Bug 75378 but they are two
different bugs.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-06-25 18:22 -------
+Well, with delegate marshaling, you are responsible for alot of stuff
+;-). For example, you must ensure that the reference to the delegate
+does not go away.
+
+It this is not "fixed" in .net 2.0, we can probably just close it. It
+is not a security risk (having unmanged privilages trumps all), and
+programs doing this wouldn't be portable.
+
+The real place to file a "petition for change of framework" is msft's
+bug reporting area.
More information about the mono-bugs
mailing list