[Mono-bugs] [Bug 55793][Wis] Changed - Insufficient argument checking in CustomAttributeBuilder

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 07:11:14 -0500 (EST)


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 vargaz@freemail.hu.

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

--- shadow/55793	2004-03-22 13:23:16.000000000 -0500
+++ shadow/55793.tmp.12203	2004-03-23 07:11:14.000000000 -0500
@@ -1,22 +1,22 @@
 Bug#: 55793
-Product: Mono: Runtime
+Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: misc
+Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: nvineeth@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: Assertion Failure in reflection.c at line line 6210
+Summary: Insufficient argument checking in CustomAttributeBuilder
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 
 Description of Problem:
 
@@ -759,6 +759,9 @@
 
 
 ------- Additional Comments From vargaz@freemail.hu  2004-03-22 13:23 -------
 Fixed in CVS. Note that the GetCustomAttributes (true) calls should be
 changed to GetCustomAttributes (false), since we don't want to
 count the custom attribures of type Object.
+
+------- Additional Comments From vargaz@freemail.hu  2004-03-23 07:11 -------
+Reopen this since the fix causes a regression (#55932).