You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments