We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec025d7 + b2d7183 commit 779c6e2Copy full SHA for 779c6e2
src/doc/unstable-book/src/compiler-flags/sanitizer.md
@@ -25,7 +25,7 @@ This feature allows for use of one of following sanitizers:
25
* [LeakSanitizer](#leaksanitizer) a run-time memory leak detector.
26
* [MemorySanitizer](#memorysanitizer) a detector of uninitialized reads.
27
* [ThreadSanitizer](#threadsanitizer) a fast data race detector.
28
-
+
29
* Those that apart from testing, may be used in production:
30
* [ControlFlowIntegrity](#controlflowintegrity) LLVM Control Flow Integrity
31
(CFI) provides forward-edge control flow protection.
0 commit comments