[Mono-bugs] [Bug 80904][Wis] Changed - [System.Globalization.CompareInfo] Compare() crashes when comparing null strings
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 19 18:45:19 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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=80904
--- shadow/80904 2007-02-19 17:27:21.000000000 -0500
+++ shadow/80904.tmp.8455 2007-02-19 18:45:19.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.0
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: dmitchell at logos.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -40,6 +40,16 @@
Additional Information:
------- Additional Comments From dmitchell at logos.com 2007-02-19 17:27 -------
Created an attachment (id=18738)
This patch will fix the described issue.
+
+------- Additional Comments From robertj at gmx.net 2007-02-19 18:45 -------
+David, could you try to find out (i.e. write a test) what
+
+ Compare (null, null),
+ Compare (null, nonnull),
+ Compare (nonnull, null)
+
+use to return on MS.NET and use a shortcut for these cases?
+
More information about the mono-bugs
mailing list