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 UB when reading / copying thread's contexts using read_unaligned (#2) #3

Merged
merged 4 commits into from
May 1, 2024

Conversation

0vercl0k
Copy link
Owner

@0vercl0k 0vercl0k commented May 1, 2024

No description provided.

@0vercl0k 0vercl0k merged commit bc194cf into main May 1, 2024
12 checks passed
@0vercl0k 0vercl0k deleted the fbl_fix_ub branch May 1, 2024 23:43
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.

Dereferencing an unaligned pointer is UB and leads to unaligned SSE read crashes
1 participant