[Mono-bugs] [Bug 82469][Nor] Changed - System.Array.BinarySearch is broken for large values
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 24 18:27:35 EDT 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82469
--- shadow/82469 2007-08-24 18:27:09.000000000 -0400
+++ shadow/82469.tmp.23453 2007-08-24 18:27:35.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82469
Product: Mono: Class Libraries
Version: unspecified
OS: other
OS Details: suse 10.1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: andriy.tkach at stu-electronics.com
QAContact: mono-bugs at ximian.com
@@ -48,6 +48,9 @@
mid = bot + ((top - bot) / 2);
------- Additional Comments From vargaz at gmail.com 2007-08-24 18:27 -------
Fixed in SVN. The testcase should be:
ind = System.Array.BinarySearch(array,(byte)1);
+
+------- Additional Comments From vargaz at gmail.com 2007-08-24 18:27 -------
+Fixed.
More information about the mono-bugs
mailing list