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