]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/TESTING_WITH_SANITIZERS.md
Merge pull request #16239 from keszybz/cleanups
[thirdparty/systemd.git] / docs / TESTING_WITH_SANITIZERS.md
index 7cb879aaf383dcfb255805ffa415803543e6eb70..2622682bd9de1e0330a0293b3c2ea036e3ee5951 100644 (file)
@@ -1,8 +1,10 @@
 ---
-title: Testing systemd using sanitizers
+title: Testing systemd Using Sanitizers
+category: Contributing
+layout: default
 ---
 
-# Testing systemd using sanitizers
+# Testing systemd Using Sanitizers
 
 To catch the *nastier* kind of bugs, you can run your code with [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
 and [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).