swift
6f8b2ef9
- [Runtime] Fix swift_weakTakeStrong().
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
[Runtime] Fix swift_weakTakeStrong(). It turns out that when taking the last weak reference for an object that has been deallocated, we might have returned a non-null pointer when we shouldn't have. Which is exciting. rdar://106375185
References
#65192 - [Runtime] Fix swift_weakTakeStrong().
Author
al45tair
Committer
al45tair
Parents
4e71efce
Loading