all of rust codebase: This codebase fails even the most basic miri checks, allows for UB in safe rust · Issue #30719 (opens in new tab) 4 articles covering this post
error: Undefined Behavior: constructing invalid value of type &[u8]: encountered a dangling reference (0x20933[noalloc] has no provenance) --> src/main.rs:97:18 | 97 | unsafe { core::slice::from_ra...
Read the original article