[marshal-ilgen] Fix NULL check for blittable out lparray. (#46548)
authormonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 5 Jan 2021 08:48:12 +0000 (03:48 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 08:48:12 +0000 (09:48 +0100)
commit8d7cd2a51d5b9e156915d95e8c822f644e4f9abc
treef41e6686f8712c2632cdf5324c7ebe6153a1e7ab
parent867ba801d1a609f4cbb6e5847a3ec030adb2d8f4
[marshal-ilgen] Fix NULL check for blittable out lparray. (#46548)

Found while working on WPF clipboard code in Wine Mono. The test case causes a NullReferenceException in Mono but works in .NET Framework.

Co-authored-by: madewokherd <madewokherd@users.noreply.github.com>
src/mono/mono/metadata/marshal-ilgen.c
src/mono/mono/tests/cominterop.cs
src/mono/mono/tests/libtest.c