Update [TA] JOJ preparation and testing

manuel 2025-10-08 19:32:14 +08:00
parent f8eb2cb721
commit d92633e580

@ -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
Explanation: https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo
### Test sanitizer setup
```
nm -an binary | grep san
```