[Mono-bugs] [Bug 57956][Maj] Changed - Nullref when assigning values to a multidimensional array

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 2 May 2004 11:44:08 -0400 (EDT)


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 lupus@ximian.com.

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

--- shadow/57956	2004-05-02 10:55:36.000000000 -0400
+++ shadow/57956.tmp.11151	2004-05-02 11:44:08.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 57956
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cl.koppensteiner@kabsi.at               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -85,6 +85,9 @@
         obj = new object[2,2];
         obj[1,1] = 123;
     }
 }
 
 I'm using mono 0.31.
+
+------- Additional Comments From lupus@ximian.com  2004-05-02 11:44 -------
+Works fine with cvs mono.