[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 17 14:20:32 PDT 2024


https://github.com/fmayer approved this pull request.

Thank you for your contribution.

LGTM, looks like a clear improvement. More generally, I would kind of prefer if each option was either allowed or disallowed with AT_SECURE, but that means we would need a separate one for 'stdout' and 'stderr' only. Let's merge this for now, and think of a more general solution later.

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


More information about the llvm-commits mailing list