[Mono-bugs] [Bug 76702][Min] Changed - String.IndexOf("/0") does not match Windows behavior

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 14 18:44:08 EST 2005


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 atsushi at ximian.com.

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

--- shadow/76702	2005-11-14 18:19:11.000000000 -0500
+++ shadow/76702.tmp.29970	2005-11-14 18:44:08.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 76702
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Red Hat 9.0
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: yogendrathakur at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -63,6 +63,9 @@
 ------- Additional Comments From kornelpal at hotmail.com  2005-11-14 18:19 -------
 This corrected version produces the bug:
 
 string str = "MONO";
 int index = str.IndexOf("\0\0\0");
 Console.WriteLine(" Index  : " + index.ToString());
+
+------- Additional Comments From atsushi at ximian.com  2005-11-14 18:44 -------
+Fixed in svn (r53034).


More information about the mono-bugs mailing list