[Mono-bugs] [Bug 63852][Wis] Changed - [PATCH] Activator.CreateInstance with null arg -> NullRef

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Aug 2004 11:30:22 -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 bmaurer@users.sf.net.

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

--- shadow/63852	2004-08-29 11:07:53.000000000 -0400
+++ shadow/63852.tmp.12736	2004-08-29 11:30:22.000000000 -0400
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: meddochat@zonnet.nl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: activator.createinstance bug
+Summary: [PATCH] Activator.CreateInstance with null arg -> NullRef
 
 Description of Problem:
      Activator.CreateInstance returns NullReferenceException when using a 
      Args array with null items.
 
 Steps to reproduce the problem: