[clang] [llvm] [sanitizer] Document AddressSanitizer security considerations (PR #100937)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 00:07:44 PDT 2024


================
@@ -351,6 +353,14 @@ There are several limitations:
 * Check groups (like ``undefined``) can't be used in suppressions file, only
   fine-grained checks are supported.
 
+Security Considerations
+=======================
+
+UndefinedBehaviorSanitizer's runtime is meant for testing purposes and its usage
----------------
vitalybuka wrote:

there is also trap mode which should be acceptable for production

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


More information about the llvm-commits mailing list