Skip to content

Commit

Permalink
Rollup merge of rust-lang#76858 - rcvalle:rust-lang-exploit-mitigatio…
Browse files Browse the repository at this point in the history
…ns, 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.
  • Loading branch information
Dylan-DPC committed Nov 21, 2020
2 parents 432d116 + 9999616 commit ce2b2fb
Show file tree
Hide file tree
Showing 5 changed files with 694 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/rustc/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
- [Known Issues](targets/known-issues.md)
- [Profile-guided Optimization](profile-guided-optimization.md)
- [Linker-plugin based LTO](linker-plugin-lto.md)
- [Exploit Mitigations](exploit-mitigations.md)
- [Contributing to `rustc`](contributing.md)
Loading

0 comments on commit ce2b2fb

Please sign in to comment.