2010-05-05 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / mcs / ChangeLog
index fa2e895e70dc006b68407b333b04363c5b0cb46b..345ad933d2b23975e854ac3af0770956ebf34017 100644 (file)
@@ -1,5 +1,10 @@
 2010-05-05  Miguel de Icaza  <miguel@novell.com>
 
+       * class.cs (TypeContainer.DefineBaseTypes)
+       (TypeContainer.CheckRecursiveDefinition): check for the iface not
+       being null, as we could have failed resolution and crashed;
+       Fixes #442144
+
        * cs-parser.jay: Productions to catch common mistakes when other
        punctuation operators are used instead of comma.   Fixes 571702