Update [TA]What you need to know before using MemorySanitizer (MSan) in C++

张泊明518370910136 2025-09-19 04:53:58 +08:00
parent 2e5e10b35d
commit 331d5c01f0
2 changed files with 3 additions and 3 deletions

@ -1,3 +0,0 @@
According to our current observation, msan enabled binary with `iostream` linked with uninstrumented libc++ will not work. Not sure about other libraries.
Explanation: https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo

@ -0,0 +1,3 @@
According to our current observation, MemorySanitizer with `iostream` linked with uninstrumented libc++ will not work. Not sure about other libraries/headers.
Explanation: https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo