[Mono-bugs] [Bug 80459][Maj] Changed - String.Compare for data received over sockets doesn't behave correctly.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jan 5 13:02:56 EST 2007
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 amd at store20.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80459
--- shadow/80459 2007-01-05 12:58:41.000000000 -0500
+++ shadow/80459.tmp.24990 2007-01-05 13:02:56.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80459
Product: Mono: Runtime
Version: 1.2
OS: GNU/Linux [Other]
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: amd at store20.com
QAContact: mono-bugs at ximian.com
@@ -60,6 +60,13 @@
------- Additional Comments From amd at store20.com 2007-01-05 12:58 -------
Created an attachment (id=18454)
testclient.cs
+
+------- Additional Comments From amd at store20.com 2007-01-05 13:02 -------
+I attached also the testclient.cs.
+As you can see - the byte by byte comparison works ok, but what
+doesn't work is the
+String.Compare(Encoding.ASCII.GetString(input1),Encoding.ASCII.GetString(input2))
+
More information about the mono-bugs
mailing list