[runtime] Avoid calling mono_class_from_mono_type () for sre arrays, it could initial...
authorZoltan Varga <vargaz@gmail.com>
Wed, 31 May 2017 17:21:10 +0000 (13:21 -0400)
committerGitHub <noreply@github.com>
Wed, 31 May 2017 17:21:10 +0000 (13:21 -0400)
commitd5eb1e5aed26047341f04c240aaa50055b7a2f72
tree98feaeeb3d388df6d256c59bf460606bf292d42e
parent74c86ff4cc8a567a8a1a6b4c20c5f25506f3755e
[runtime] Avoid calling mono_class_from_mono_type () for sre arrays, it could initialize unfinished element types. Create a normal MonoType structure instead. Fixes #56611. (#4952)
mono/metadata/sre.c