Skip to content

Commit

Permalink
Add exploit mitigations chapter to the rustc book
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rcvalle committed Nov 24, 2020
1 parent f3c923a commit 5b1cb0e
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 5b1cb0e

Please sign in to comment.