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

Florian Mayer via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 13 16:59:16 PDT 2024


================
@@ -313,6 +313,14 @@ Limitations
   usually expected.
 * Static linking of executables is not supported.
 
+Security Considerations
+=======================
+
+AddressSanitizer is a bug detection tool and is not meant to be linked
----------------
fmayer wrote:

nit: maybe "its runtime is not meant to be linked?"

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


More information about the cfe-commits mailing list