Skip to content
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

cmd/compile: fix long RMW bit operations on AMD64 [1.15 backport] #45254

Closed
randall77 opened this issue Mar 26, 2021 · 2 comments
Closed

cmd/compile: fix long RMW bit operations on AMD64 [1.15 backport] #45254

randall77 opened this issue Mar 26, 2021 · 2 comments
Labels
CherryPickCandidate Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@randall77
Copy link
Contributor

Backport of #45242 :

Under certain circumstances, the existing rules for bit operations can produce code that writes beyond its intended bounds.

@randall77 randall77 added the CherryPickCandidate Used during the release process for point releases label Mar 26, 2021
@randall77 randall77 added this to the Go1.15.11 milestone Mar 26, 2021
@randall77
Copy link
Contributor Author

@pgavlin

@randall77
Copy link
Contributor Author

This doesn't appear to affect 1.15.

@golang golang locked and limited conversation to collaborators Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickCandidate Used during the release process for point releases FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

2 participants