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
Describe the bug
I build my code with Clang and LLVM's memory sanitizer. When running the tests, msan reports a use of an uninitialized value in the Catch2 code part.
Expected behavior
No use of uninitialized value. Perhaps it is a false positive, in which case it would be nice if you annotated the respective code segment accordingly.
Describe the bug
I build my code with Clang and LLVM's memory sanitizer. When running the tests, msan reports a use of an uninitialized value in the Catch2 code part.
Expected behavior
No use of uninitialized value. Perhaps it is a false positive, in which case it would be nice if you annotated the respective code segment accordingly.
Reproduction steps
I have a custom
main()
:I compile with
-stdlib=libc++ -lc++abi -fsanitize=memory -fsanitize-link-c++-runtime
.Platform information:
Linux IH-X1Carbon 6.10.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 12 Sep 2024 17:21:02 +0000 x86_64 GNU/Linux
Additional information
MSan trace
The text was updated successfully, but these errors were encountered: