[Mono-bugs] [Bug 75138][Nor] Changed -
mono_method_return_message_restore out_args check added in
rev 45320 wrong?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 3 09:57:21 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 lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75138
--- shadow/75138 2005-06-03 08:34:22.000000000 -0400
+++ shadow/75138.tmp.24263 2005-06-03 09:57:21.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75138
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: remoting
AssignedTo: lluis at ximian.com
ReportedBy: m_kretzschmar at gmx.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -21,6 +21,9 @@
called method.
That seems wrong. As you can see in the loop right after the test, out_args
can have a different length from sig->params (unlike what one has to do in
a RealProxy:Invoke). Otherwise, you wouldn't need two variables (i and j)
to loop over sig->params and out_args
+
+------- Additional Comments From lluis at ximian.com 2005-06-03 09:57 -------
+Fixed. Thanks!
More information about the mono-bugs
mailing list