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
Fix use-after-free in SwiftLanguageRuntimeImpl::GetChildCompilerTypeAtIndex()
This function broke the contract with ForEachSuperClass by making a
copy of the returned super classes and then calling into the callbacks
outside of the closure.
rdar://87565969
(cherry picked from commit 3e2bc96)
0 commit comments