STL can cause MSan false positives if lib[std]c++ isn't instrumented with MSan
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
err... partially taking my word back.. I do want to keep this test to use STL.
Instead of this change, please create another test, e.g. SimpleTestStdio.cpp, that won't use STL, and use the new test in msan runs.
Comment Actions
- Revert "[libFuzzer] Avoid std::cout in SimpleTest."
- Create SimpleTestStdio.cpp without STL.