[Mono-bugs] [Bug 65451][Nor] New - System.Object.Equals throws an exception if a null reference is passed as argument

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 07:45:31 -0400 (EDT)


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 oliver@weichhold.com.

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

--- shadow/65451	2004-09-07 07:45:31.000000000 -0400
+++ shadow/65451.tmp.25454	2004-09-07 07:45:31.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 65451
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: oliver@weichhold.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Object.Equals throws an exception if a null reference is passed as argument
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem: System.Object.Equals throws a
+NullReferenceException if a null reference is passed as argument. This
+works fine under the MS .Net Runtime 1.1.
+
+Actual Results:
+
+NullReferenceException
+
+Expected Results:
+
+false
+
+How often does this happen? 
+
+Always