You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, MSAN is reporting false-positive with latest build of clang-14 (and with clang-12).
Is it because some interceptor implementation is missing?
I also tested it in valgrind but everything is fine with this code.
Hi everyone, MSAN is reporting false-positive with latest build of clang-14 (and with clang-12).
Is it because some interceptor implementation is missing?
I also tested it in valgrind but everything is fine with this code.
Test: https://github.com/llvm/llvm-project/blob/main/compiler-rt/test/msan/dtls_test.c
OS is debian buster, glibc is 2.28, using latest build of clang.
Also tried on debian bullseye, same result.
Duplicate of google/sanitizers#1478
The text was updated successfully, but these errors were encountered: