[Mono-bugs] [Bug 33192][Nor] New - mcs allows null to be cast to struct types

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 Nov 2002 23:17:10 -0000


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 vladimir@pobox.com.

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

--- shadow/33192	Sat Nov  2 18:17:10 2002
+++ shadow/33192.tmp.13125	Sat Nov  2 18:17:10 2002
@@ -0,0 +1,19 @@
+Bug#: 33192
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vladimir@pobox.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs allows null to be cast to struct types
+
+Casting "(SomeStructType) null" is allowed by mcs where it shouldn't be.