[Mono-bugs] [Bug 74923][Nor] New - System.Reflection.Emit does almost no verification checks

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 May 2005 08:39:20 -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 vargaz@gmail.com.

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

--- shadow/74923	2005-05-12 08:39:20.000000000 -0400
+++ shadow/74923.tmp.4396	2005-05-12 08:39:20.000000000 -0400
@@ -0,0 +1,20 @@
+Bug#: 74923
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Reflection.Emit does almost no verification checks
+
+S.R.E should do most of the verification checks described in the CLR spec
+before creating types, similar to the way the MS runtime does them.