Skip to content

Commit c369df7

Browse files
committed
sembr sanitizers.md again
1 parent f63939a commit c369df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)