]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/CODE_QUALITY.md
fs-util: no need for fchmod_and_chown() to access /proc/self/fd directly
[thirdparty/systemd.git] / docs / CODE_QUALITY.md
index be0e13f6535ec1ba01d4974422b3f4ac5798fb38..a3bdfaad8e16c4cce650cf9663252d34eb424b0e 100644 (file)
@@ -1,3 +1,7 @@
+---
+title: Code Quality Tools
+---
+
 # Code Quality Tools
 
 The systemd project has a number of code quality tools set up in the source
@@ -60,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.