summaryrefslogtreecommitdiff
path: root/docs/CODE_QUALITY.md
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2019-05-27 14:14:26 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-05-27 17:46:10 +0200
commitc9a95378ec16b71f637628877c675e7a88be865f (patch)
treea66a7939864e081ff12531ce90b29f4a522af3c5 /docs/CODE_QUALITY.md
parent37ee8dc80f070311896f4a92e56a2333b8da735d (diff)
downloadsystemd-c9a95378ec16b71f637628877c675e7a88be865f.tar.gz
docs: add documentation for sanitizers
Diffstat (limited to 'docs/CODE_QUALITY.md')
-rw-r--r--docs/CODE_QUALITY.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CODE_QUALITY.md b/docs/CODE_QUALITY.md
index 18363f0f1b..a3bdfaad8e 100644
--- a/docs/CODE_QUALITY.md
+++ b/docs/CODE_QUALITY.md
@@ -64,5 +64,10 @@ available functionality:
of active alerts can be found
[here](https://lgtm.com/projects/g/systemd/systemd/alerts/?mode=list).
+15. Each PR is automatically tested with [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
+ and [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).
+ See [Testing systemd using sanitizers](https://systemd.io/TESTING_WITH_SANITIZERS)
+ for more information.
+
Access to Coverity and oss-fuzz reports is limited. Please reach out to the
maintainers if you need access.