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

Add support for address sanitizer when using POSIX context switching implementation #1045

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

msimberg
Copy link
Contributor

@msimberg msimberg commented Feb 23, 2024

Previously enabling address sanitizer under the POSIX context switching implementation would fail to compile. This ports over the address sanitizer support from the x86_64 context switching implementation to the POSIX implementation. The POSIX implementation is what is used on e.g. ARM systems.

@msimberg msimberg added this to the 0.23.0 milestone Feb 23, 2024
@msimberg msimberg self-assigned this Feb 23, 2024
@msimberg msimberg added this pull request to the merge queue Feb 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 29, 2024
@msimberg msimberg added this pull request to the merge queue Mar 4, 2024
Merged via the queue into main with commit 185942b Mar 4, 2024
37 of 38 checks passed
@msimberg msimberg deleted the posix-context-asan branch March 4, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Archive
Development

Successfully merging this pull request may close these issues.

1 participant