[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:41:37 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 13:02:56.000000000 -0500
+++ shadow/80459.tmp.25571 2007-01-05 13:41:37.000000000 -0500
@@ -67,6 +67,11 @@
------- 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))
+
+------- Additional Comments From amd at store20.com 2007-01-05 13:41 -------
+Created an attachment (id=18455)
+sync.cs
+
More information about the mono-bugs
mailing list