[Mono-bugs] [Bug 67625][Nor] Changed - TypeManager.CSharpName does not check its input for null

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Oct 2004 15:30:52 -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.24248	2004-10-05 15:30:52.000000000 -0400
@@ -16,6 +16,11 @@
 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.
+
+------- Additional Comments From jluke@cfl.rr.com  2004-10-05 15:30 -------
+Created an attachment (id=12093)
+proposed fix
+