cfi: Remove #[no_sanitize(cfi)] for extern weak functions Previously (https://github.com/rust-lang/rust/pull/115200, https://github.com/rust-lang/rust/pull/138002), we added `#[no_sanitize(cfi)]` to all code paths that call to a weakly linked function. In https://github.com/rust-lang/rust/pull/138349 we fixed the root cause for this issue, which means we can now remove the corresponding attributes. r? `@rcvalle` |
||
|---|---|---|
| .. | ||
| unix | ||
| hermit.rs | ||
| mod.rs | ||
| sgx.rs | ||
| unix.rs | ||
| wasi.rs | ||