Crate rustc_sanitizers

Source
Expand description

Sanitizers support for the Rust compiler.

This crate contains the source code for providing support for the sanitizers to the Rust compiler.

Modules§

cfi
LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.
kcfi
LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust compiler.