swift
282a5e6e
- GlobalOpt: fix a use after free
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
GlobalOpt: fix a use after free Detected by ASAN. There is no need to remove the copy_address in the loop (which caused an iterator invalidation), because it's deleted with eraseUsesOfInstruction(Call) anyway. rdar://problem/47089910
References
#21691 - GlobalOpt: fix a use after free
Author
eeckstein
Committer
eeckstein
Parents
8350d2bc
Loading