Skip to content

Commit 8fde4be

Browse files
Rollup merge of #76858 - rcvalle:rust-lang-exploit-mitigations, r=steveklabnik
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. This was done for a project I'm currently working on, and I hope it'll also be helpful to others.
2 parents 6331023 + 5b1cb0e commit 8fde4be

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)