[Mono-bugs] [Bug 62388][Nor] Changed - BitConverter.ToString(byte[]) works improperly with zero-length arrays

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 18:36:37 -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 bmaurer@users.sf.net.

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

--- shadow/62388	2004-08-03 18:27:09.000000000 -0400
+++ shadow/62388.tmp.15823	2004-08-03 18:36:37.000000000 -0400
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Critical
+Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: info@x-tensive.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -29,6 +29,9 @@
 in <0x00042> System.BitConverter:ToString (byte[])
 ...
 
 Since BitConverter is used in System.Data.SqlClient classes (as far as I 
 remembers, Tds70 or something like this), this bug makes impossible to 
 e.g. pass zero-length byte arrays as query parameters.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-08-03 18:36 -------
+Please do not change this back to critical. It is a normal bug.