Skip to content

Commit

Permalink
[sanitizer] Document AddressSanitizer security considerations
Browse files Browse the repository at this point in the history
Follow-up to PR #92593
  • Loading branch information
bigb4ng committed Jul 28, 2024
1 parent 1b58940 commit e37995b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clang/docs/AddressSanitizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
against production executables. While it may be useful for testing,
AddressSanitizer's runtime was not developed with security-sensitive
constraints in mind and may compromise the security of the resulting executable.

Supported Platforms
===================

Expand Down

0 comments on commit e37995b

Please sign in to comment.