Skip to content

[SILDiagnostics] Fix an invalidation crash in DiagnoseStaticExclusivity. #8716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

devincoughlin
Copy link
Contributor

Fix a crash when re-hashing the basic-block map would leave behind a dangling
mutable reference.

The irony that the language feature this pass implements would have caught this
issue statically is not lost on me.

Fix a crash when re-hashing the basic-block map would leave behind a dangling
mutable reference.

The irony that the language feature this pass implements would have caught this
issue statically is not lost on me.
@devincoughlin
Copy link
Contributor Author

@swift-ci Please smoke test and merge

@swift-ci swift-ci merged commit 7e04474 into swiftlang:master Apr 12, 2017
@devincoughlin devincoughlin deleted the exclusive-access-rehash-crasher branch April 12, 2017 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants