[Mono-bugs] [Bug 21889] Changed - icall.c has wrong cast to MonoArray*

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
14 Mar 2002 05:16:46 -0000


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 ndrochak@gol.com.

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

--- shadow/21889	Thu Mar 14 00:15:11 2002
+++ shadow/21889.tmp.1616	Thu Mar 14 00:16:46 2002
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 7.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,9 @@
 Line 100 has:
 vo = (MonoArray *)value;
 
 However value is not a MonoArray*.  It is a MonoObject*.
 
 Ran out of time to fix the problem, so I'm posting it here.
+
+------- Additional Comments From ndrochak@gol.com  2002-03-14 00:16 -------
+I forogot to mention that line 363 of the same file has the same bug.