[Mono-bugs] [Bug 75138][Nor] New - 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 08:34:22 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 m_kretzschmar at gmx.net.

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

--- shadow/75138	2005-06-03 08:34:22.000000000 -0400
+++ shadow/75138.tmp.23307	2005-06-03 08:34:22.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 75138
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: remoting
+AssignedTo: lluis at ximian.com                            
+ReportedBy: m_kretzschmar at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono_method_return_message_restore out_args check added in rev 45320 wrong?
+
+A check was added to metadata/object.c (mono_method_return_message_restore)
+to assert that the out_args array is as long as the parameter list of the
+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


More information about the mono-bugs mailing list