[wasm] Make mono_wasm_get_obj_type () GC safe by doing all object access before calli...
authorZoltan Varga <vargaz@gmail.com>
Tue, 4 Aug 2020 22:18:21 +0000 (18:18 -0400)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 22:18:21 +0000 (18:18 -0400)
commit7d3b804b6078a647835bfaf697369109855093b5
tree7acc1510ec5baf9db9e3ef5423d3d8059afbd058
parent6d98f6dcc6e924a265f591f2e4d69f2e84d04807
[wasm] Make mono_wasm_get_obj_type () GC safe by doing all object access before calling into the runtime. (#40312)

Part of the fix for https://github.com/dotnet/runtime/issues/40132.
src/mono/wasm/runtime/driver.c