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(aarch64): add size of _private to TaskTLS allocation #1155

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Conversation

mkroening
Copy link
Member

Before, we were allocating not enough memory for TaskTLS, resulting in memory corruption once we remove the memory overprovisioning in #1045.

Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
@mkroening mkroening requested a review from stlankes April 23, 2024 17:20
@mkroening mkroening self-assigned this Apr 23, 2024
@mkroening mkroening added this pull request to the merge queue Apr 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 24, 2024
@mkroening mkroening added this pull request to the merge queue Apr 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 24, 2024
@mkroening mkroening added this pull request to the merge queue Apr 24, 2024
Merged via the queue into main with commit 2347a3f Apr 24, 2024
13 checks passed
@mkroening mkroening deleted the aarch64-tls branch April 24, 2024 14:45
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