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(x86_64): use unaligned write for TLS pointer #1465

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

mkroening
Copy link
Member

TLS alignment may be 4 and require an unaligned write. This was found with hermit-c and cargo-careful.

TLS alignment may be 4 and require an unaligned write.
This was found with hermit-c and cargo-careful.
@mkroening mkroening self-assigned this Nov 20, 2024
@mkroening mkroening added this pull request to the merge queue Nov 20, 2024
Merged via the queue into main with commit 430da84 Nov 20, 2024
13 checks passed
@mkroening mkroening deleted the unaligned-tls branch December 11, 2024 13:23
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.

1 participant