Skip to content

[5.5] DeadObjectAllocation: fix a use-after free crash #37161

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
merged 1 commit into from
Apr 30, 2021

Conversation

eeckstein
Copy link
Contributor

The optimization tried to optimized a keypath instruction which was already deleted in a previous iteration.

rdar://77180080

This is a cherry-pick of #37127

The optimization tried to optimized a keypath instruction which was already deleted in a previous iteration.

rdar://77180080
@eeckstein eeckstein requested a review from atrick April 30, 2021 05:54
@eeckstein eeckstein changed the title DeadObjectAllocation: fix a use-after free crash [5.5] DeadObjectAllocation: fix a use-after free crash Apr 30, 2021
@eeckstein eeckstein added the r5.5 label Apr 30, 2021
@eeckstein
Copy link
Contributor Author

@swift-ci test

Copy link
Contributor

@atrick atrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@eeckstein eeckstein merged commit 99f28cd into swiftlang:release/5.5 Apr 30, 2021
@eeckstein eeckstein deleted the fix-deadobject-elim-5.5 branch April 30, 2021 19:48
@AnthonyLatsis AnthonyLatsis added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.5 labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants