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

Fix pointer masking for misaligned accesses #1905

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

aswaterman
Copy link
Collaborator

Pointer masking needs to be reapplied after computing the address of the tail of a misaligned access in case there's a carry-out into the MSBs.

Resolves #1895

Pointer masking needs to be reapplied after computing the address of the
tail of a misaligned access in case there's a carry-out into the MSBs.

Resolves #1895
@aswaterman aswaterman merged commit da03b42 into master Jan 24, 2025
3 checks passed
@aswaterman aswaterman deleted the fix-pm-misaligned branch January 24, 2025 21:32
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.

Cross page controlled by Pointer Masking
2 participants