Update [TA]What you need to know before using MemorySanitizer (MSan) in C++
parent
2e5e10b35d
commit
331d5c01f0
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user