Using LSAN_OPTIONS=log_path=xxx is ignored when code is compiled with -fsanitize=leak. This is because the code for liblsan lacks the call to __sanitizer_set_report_path().
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime