Could RUST support CFI on stabilized builds? #129118
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-discussion
Category: Discussion or questions that doesn't represent real issues.
PG-exploit-mitigations
Project group: Exploit mitigations
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I find that LLVM CFI and cross-language LLVM CFI (and LLVM KCFI and cross-language LLVM KCFI) are available on nightly builds of the Rust compiler.The address is https://bughunters.google.com/blog/4805571163848704/llvm-cfi-and-cross-language-llvm-cfi-support-for-rust.
And CFI docs say RUST could support CFI with option -fsanitize=cfi.
So, how can I follow the correct steps to enable RUST's CFI. Which build version that nightly or stabilized should I choose?
The text was updated successfully, but these errors were encountered: