Skip to content

Commit ce2b2fb

Browse files
authored
Rollup merge of rust-lang#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 432d116 + 9999616 commit ce2b2fb

File tree

5 files changed

+694
-0
lines changed

5 files changed

+694
-0
lines changed

src/doc/rustc/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
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)