Skip to content

Commit a70b5c6

Browse files
committed
sembr sanitizers.md again
1 parent d2a8e42 commit a70b5c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/sanitizers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The rustc compiler contains support for following sanitizers:
44

5-
* [AddressSanitizer][clang-asan] a faster memory error detector. Can
6-
detect out-of-bounds access to heap, stack, and globals, use after free, use
5+
* [AddressSanitizer][clang-asan] a faster memory error detector.
6+
Can detect out-of-bounds access to heap, stack, and globals, use after free, use
77
after return, double free, invalid free, memory leaks.
88
* [ControlFlowIntegrity][clang-cfi] LLVM Control Flow Integrity (CFI) provides
99
forward-edge control flow protection.

0 commit comments

Comments
 (0)