Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dynamic class zeroing (dotnet#80822)
Recent change in the `ThreadLocalModule::AllocateDynamicClass` has accidentally removed zeroing for new CollectibleDynamicEntry instances. That leads to crashes when running code in an unloadable context. This change fixes that.
- Loading branch information