[Mono-bugs] [Bug 24691] Changed - S.T.ASCII.GetString() differs from MS implementation
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Jun 2002 11:01:36 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24691
--- shadow/24691 Tue May 14 11:55:32 2002
+++ shadow/24691.tmp.21656 Mon Jun 3 07:01:36 2002
@@ -1,13 +1,13 @@
Bug#: 24691
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: ipmccmono@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -69,6 +69,12 @@
160c160,162
<
---
>
> if (byteCount == 0)
> return "";
+
+------- Additional Comments From lupus@ximian.com 2002-06-03 07:01 -------
+Fixed in cvs.
+You need to handle also the callee, since GetChars may be called on
+its own and it still needs to handle correctly a 0 bytecount.
+Thanks for the report!