In .:
[mono.git] / mcs / class / corlib / System.Reflection / ChangeLog
index 223054c47ff11baff2b87d588a9cb2ff20e85aac..8825a35be4c1c22f9f3abb8498974ceb0182f0c5 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-25  Rodrigo Kumpera  <rkumpera@n ovell.com>
+
+       * MethodBase.cs (GetMethodFromHandle): Check if the icall returns null
+       and fail. This is part of the fix for #377324.
+
 2008-06-19  Marek Safar  <marek.safar@gmail.com>
 
        * MonoGenericClass.cs (GetConstructor): Put back removed code due to obscure