Skip to content

[Runtime] Mask out spare bits after copying for Error in CVW #73426

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
May 6, 2024

Conversation

drexin
Copy link
Contributor

@drexin drexin commented May 3, 2024

rdar://127379960

When the spare bits of an Error objects are used to store tag bits, this caused the enum tag to be lost, which caused the wrong enum cases to be matched.

rdar://127379960

When the spare bits of an Error objects are used to store tag bits, this caused the enum tag to be lost, which caused the wrong enum cases to be matched.
@drexin drexin requested review from mikeash and al45tair as code owners May 3, 2024 19:30
@drexin
Copy link
Contributor Author

drexin commented May 3, 2024

@swift-ci smoke test

@drexin
Copy link
Contributor Author

drexin commented May 6, 2024

@swift-ci smoke test windows

@drexin drexin enabled auto-merge May 6, 2024 18:06
@drexin drexin merged commit db7580f into swiftlang:main May 6, 2024
3 checks passed
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