mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
1e47e8a9ee
Avoid zeroing a 1kb stack buffer on every call to `std::sys::windows::fill_utf16_buf` I've also tried to be slightly more careful about integer overflows, although in practice this is likely still not handled ideally. r? `@ChrisDenton`