-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TLS interception in MSAN? #1478
Comments
Right, turns out it was covered by already existing test: OS is debian buster, glibc is 2.28
I think none of those dependencies in lld output have to be instrumented, right? |
FWIW I recently found that DTLS support in sanitizers is broken: |
Hi guys, MSAN is reporting false-positive with latest build of clang-14 (and with clang-12).
Is it because some interceptor implementation is missing? Unfortunately I cannot simplify sources to reproduce it right now, but I think it might be some obvious problem.
I also tested it in valgrind but everything is fine with this code. If it is not enough data for report - you can close this issue, I will reopen it as soon as obtain small reproducible source, maybe I will also be able to help with fix for this (if needed).
Of course libc++ is instrumented on my side.
The text was updated successfully, but these errors were encountered: