]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #76858 - rcvalle:rust-lang-exploit-mitigations, r=steveklabnik
authorJonas Schievink <jonasschievink@gmail.com>
Tue, 24 Nov 2020 12:17:28 +0000 (13:17 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 12:17:28 +0000 (13:17 +0100)
commit8fde4be7d042a348387a82832a44076cfbf334ca
tree66839a039d0115ea08ac71ac5e3c310818ea9e0b
parent6331023708aabef7fbd4ca502feb48c3afc83b41
parent5b1cb0eb8a9eb3dcc69de2133f42d616511481b8
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.