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
IRGen: fix a memory use-after-free problem in updateProtocolRefs
Getting the `protocolRefs` constant must not be hoisted out of the loop because this constant might be deleted by `oldVar->replaceAllUsesWith(newOpd)`.
rdar://102554134
0 commit comments