mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
094cb1a9fb
rustc installs a signal stack that assumes that MINSIGSTKSZ is a constant, unchanging value. Newer hardware undermines that assumption greatly, with register files larger than MINSIGSTKZ. Properly handle this so that it is correct on all supported Linux versions with all CPUs.