From 331d5c01f080ae927feb52b595cb2c05fc9dc626 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:53:58 +0800 Subject: [PATCH] Update [TA]What you need to know before using MemorySanitizer (MSan) in C++ --- %5BTA%5D-What-you-need-to-know-before-using-msan.md | 3 --- ...-know-before-using-MemorySanitizer-%28MSan%29-in-C%2B%2B.md | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 %5BTA%5D-What-you-need-to-know-before-using-msan.md create mode 100644 %5BTA%5DWhat-you-need-to-know-before-using-MemorySanitizer-%28MSan%29-in-C%2B%2B.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 deleted file mode 100644 index 94afb96..0000000 --- a/%5BTA%5D-What-you-need-to-know-before-using-msan.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/%5BTA%5DWhat-you-need-to-know-before-using-MemorySanitizer-%28MSan%29-in-C%2B%2B.md b/%5BTA%5DWhat-you-need-to-know-before-using-MemorySanitizer-%28MSan%29-in-C%2B%2B.md new file mode 100644 index 0000000..743837f --- /dev/null +++ b/%5BTA%5DWhat-you-need-to-know-before-using-MemorySanitizer-%28MSan%29-in-C%2B%2B.md @@ -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 \ No newline at end of file