We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a8e42 commit a70b5c6Copy full SHA for a70b5c6
src/doc/rustc-dev-guide/src/sanitizers.md
@@ -2,8 +2,8 @@
2
3
The rustc compiler contains support for following sanitizers:
4
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
+* [AddressSanitizer][clang-asan] a faster memory error detector.
+ Can detect out-of-bounds access to heap, stack, and globals, use after free, use
7
after return, double free, invalid free, memory leaks.
8
* [ControlFlowIntegrity][clang-cfi] LLVM Control Flow Integrity (CFI) provides
9
forward-edge control flow protection.
0 commit comments