From d92633e580beb30761026fe1d04ed80cbc78e9e5 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 8 Oct 2025 19:32:14 +0800 Subject: [PATCH] Update [TA] JOJ preparation and testing --- %5BTA%5D-JOJ-preparation-and-testing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/%5BTA%5D-JOJ-preparation-and-testing.md b/%5BTA%5D-JOJ-preparation-and-testing.md index fc64af4..52f53d1 100644 --- a/%5BTA%5D-JOJ-preparation-and-testing.md +++ b/%5BTA%5D-JOJ-preparation-and-testing.md @@ -191,4 +191,10 @@ jobs: 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 +Explanation: https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo + +### Test sanitizer setup + +``` +nm -an binary | grep san +``` \ No newline at end of file