[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 15:01:29 PDT 2024
================
@@ -19,6 +19,13 @@
#include "sanitizer_common.h"
#include "sanitizer_file.h"
+
+#if SANITIZER_LINUX || (SANITIZER_ANDROID && __ANDROID_API__ >= 18)
----------------
fmayer wrote:
I'll try to find out if https://github.com/llvm/llvm-project/commit/6c75db8b4bc59eace18143ce086419d37da24746 is still relevant and will let you know as soon as I find out.
https://github.com/llvm/llvm-project/pull/92593
More information about the llvm-commits
mailing list