From 2e5e10b35d7849ff55f519f472780852237befed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B3=8A=E6=98=8E518370910136?= Date: Fri, 19 Sep 2025 04:51:52 +0800 Subject: [PATCH] Add [TA] What you need to know before using msan --- %5BTA%5D-What-you-need-to-know-before-using-msan.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 %5BTA%5D-What-you-need-to-know-before-using-msan.md diff --git a/%5BTA%5D-What-you-need-to-know-before-using-msan.md b/%5BTA%5D-What-you-need-to-know-before-using-msan.md new file mode 100644 index 0000000..94afb96 --- /dev/null +++ b/%5BTA%5D-What-you-need-to-know-before-using-msan.md @@ -0,0 +1,3 @@ +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 \ No newline at end of file