mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
7b66abe5a2
Fix UB in `std::sys::os::getenv()` Fixes #114949. Reduced the loops to 1k iterations (100k was taking way too long), Miri no longer shows any UB. `@rustbot` label +A-process +C-bug +I-unsound +O-unix