[Mono-bugs] [Bug 67625][Nor] New - TypeManager.CSharpName does not check its input for null
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Oct 2004 15:27:25 -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 jluke@cfl.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67625
--- shadow/67625 2004-10-05 15:27:25.000000000 -0400
+++ shadow/67625.tmp.24212 2004-10-05 15:27:25.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 67625
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jluke@cfl.rr.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TypeManager.CSharpName does not check its input for null
+
+If null is passed in to it, it causes a NullReferenceException. This seems
+to cause both cs0715.cs and cs0558.cs to fail. Attaching a patch to check
+for null that fixes these two tests.