[Mono-bugs] [Bug 29365][Maj] Changed - Two-dimensional array of Bytes doesn't retrieve values

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
11 Sep 2002 18:31:21 -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 miguel@ximian.com.

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

--- shadow/29365	Fri Aug 23 05:31:41 2002
+++ shadow/29365.tmp.4255	Wed Sep 11 14:31:21 2002
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
+Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: andy@nobugs.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -35,6 +35,10 @@
  - A one dimensional byte array works fine
  - A two dimensional int array works fine
  - Printing bytes using WriteLine() works fine
 
 ------- Additional Comments From lupus@ximian.com  2002-08-23 05:31 -------
 mint handles it fine: the bug is in the JIT.
+
+------- Additional Comments From miguel@ximian.com  2002-09-11 14:31 -------
+Bumbed this to major, as the encryption code recently contributed
+depends on this.