Skip to content

Commit 5b1cb0e

Browse files
committed
Add exploit mitigations chapter to the rustc book
This section documents the exploit mitigations applicable to the Rust compiler when building programs for the Linux operating system on the AMD64 architecture and equivalent.
1 parent f3c923a commit 5b1cb0e

File tree

5 files changed

+694
-0
lines changed

5 files changed

+694
-0
lines changed

src/doc/rustc/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
- [Known Issues](targets/known-issues.md)
1919
- [Profile-guided Optimization](profile-guided-optimization.md)
2020
- [Linker-plugin based LTO](linker-plugin-lto.md)
21+
- [Exploit Mitigations](exploit-mitigations.md)
2122
- [Contributing to `rustc`](contributing.md)

0 commit comments

Comments
 (0)