Skip to content

Commit

Permalink
Merge pull request #1 from D0liphin/mymaster-master
Browse files Browse the repository at this point in the history
Update formatting
  • Loading branch information
D0liphin committed Feb 16, 2024
2 parents ec025d7 + b2d7183 commit 779c6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/compiler-flags/sanitizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This feature allows for use of one of following sanitizers:
* [LeakSanitizer](#leaksanitizer) a run-time memory leak detector.
* [MemorySanitizer](#memorysanitizer) a detector of uninitialized reads.
* [ThreadSanitizer](#threadsanitizer) a fast data race detector.

* Those that apart from testing, may be used in production:
* [ControlFlowIntegrity](#controlflowintegrity) LLVM Control Flow Integrity
(CFI) provides forward-edge control flow protection.
Expand Down

0 comments on commit 779c6e2

Please sign in to comment.