mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
17ed06aad2
Fix buffer overrun in bootstrap and (test-only) symlink_junction I don't think these can be hit in practice, due to their inputs being valid paths. It's also not security-sensitive code, but just... bad vibes. I think this is still not really the right way to do this (in terms of path correctness), but is no worse than it was. r? `@ChrisDenton`