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

<deque>: Investigate ASan annotations #4996

Open
CaseyCarter opened this issue Sep 30, 2024 · 0 comments
Open

<deque>: Investigate ASan annotations #4996

CaseyCarter opened this issue Sep 30, 2024 · 0 comments
Labels
ASan Address Sanitizer enhancement Something can be improved

Comments

@CaseyCarter
Copy link
Member

https://blog.trailofbits.com/2024/09/10/sanitize-your-c-containers-asan-annotations-step-by-step/ talks about some great work the LLVM folks have been doing enabling more ASan annotations in libc++. Notably they mention using new APIs added to the ASan runtime to add annotations to std::deque. Now that MSVC's ASan has been mostly upstreamed and we're all but living-at-head (Thanks @barcharcraz!) we should be able to annotate std::deque similarly.

@CaseyCarter CaseyCarter added enhancement Something can be improved ASan Address Sanitizer labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASan Address Sanitizer enhancement Something can be improved
Projects
None yet
Development

No branches or pull requests

1 participant