[compiler-rt] [sanitizer] Disable writes to log files for binaries in a secure context. (PR #92593)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 13:45:47 PDT 2024


fmayer wrote:

> I do not have a strong opinion here. It is certainly useful to build setiud binaries with sanitizers, for testing. It is very convenient to simply build everything with asan/hwasan, without cherry-picking, like we do in Android for memory testing, but with understanding that there are security holes.

I think the question is whether we are likely to need a custom log path for these cases, or not.

https://github.com/llvm/llvm-project/pull/92593


More information about the llvm-commits mailing list