[cominterop] MonoError-ize mono_string_from_bstr
commitfdcb21b071d6bc32189ed300cd09b442415b7c78
authorAleksey Kliger <aleksey@xamarin.com>
Thu, 21 Apr 2016 18:52:57 +0000 (21 14:52 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Thu, 12 May 2016 15:15:28 +0000 (12 11:15 -0400)
tree22e4e53aeafeeee37b3eb7917f414b08955bd33d
parent405bf02e72d18cec91810563d0559956089239f5
[cominterop] MonoError-ize mono_string_from_bstr

Runtime should use mono_string_from_bstr_checked. The icall is
mono_string_from_bstr_icall. Marked mono_string_from_bstr external only.
mono/metadata/cominterop.c
mono/metadata/cominterop.h
mono/metadata/marshal.c