[Mono-bugs] [Bug 23398] Changed - Mono does not report NullRef on method calls on Null object

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
15 Apr 2002 19:02:24 -0000


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 dietmar@ximian.com.

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

--- shadow/23398	Sat Apr 13 13:16:17 2002
+++ shadow/23398.tmp.15075	Mon Apr 15 15:02:24 2002
@@ -1,14 +1,14 @@
 Bug#: 23398
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Mandrake 8.2
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pt99par@student.bth.se               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -45,6 +45,9 @@
  The source code and binaries are in the supplied tar.gz file
 
 ------- Additional Comments From pt99par@student.bth.se  2002-04-13 13:16 -------
 Created an attachment (id=1610)
 This file contains the binaries, source code and Makefile that generates the bug
 
+
+------- Additional Comments From dietmar@ximian.com  2002-04-15 15:02 -------
+added a check for (this != NULL) when calling non-virtual functions