rust/library/std
bors bd184cc3e1 Auto merge of #125070 - tbu-:pr_set_extension_panic, r=jhpratt
Panic if `PathBuf::set_extension` would add a path separator

This is likely never intended and potentially a security vulnerability if it happens.

I'd guess that it's mostly literal strings that are passed to this function in practice, so I'm guessing this doesn't break anyone.

CC #125060
2024-05-26 04:14:32 +00:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Auto merge of #125070 - tbu-:pr_set_extension_panic, r=jhpratt 2024-05-26 04:14:32 +00:00
tests Stop using the avx512er and avx512pf x86 target features 2024-05-24 20:12:42 +02:00
Cargo.toml Remove now outdated comment since we bumped stage0 2024-05-24 08:08:41 +02:00
build.rs Move some expected cfgs to std build.rs as per Cargo recommandation 2024-05-23 16:08:31 +02:00