Merge pull request #2834 from xmcclure/inflated_method_header_leak_followup
authormonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 5 Apr 2016 22:00:37 +0000 (23:00 +0100)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 5 Apr 2016 22:00:37 +0000 (23:00 +0100)
commit0ebac113fce97894d0a53844f62c660a27cad7f7
treeead0eec9bcb50b2019b082a31411e8947ed5226f
parentb8893efbccd64f92c81082e42b8e480b74881927
parentd442618a0c929d8d69e517c7fd98173f2ab7cba3
Merge pull request #2834 from xmcclure/inflated_method_header_leak_followup

Fix uninitialized MonoError in mono_basic_block_split

Follow-up on PR #2781 which removed a mono_error_init leading to memory unsafety. This was causing crashes when verifying assemblies in the 4.4 branch although it does not seem to have caused any known problems in master for some reason.