522
522
Hmm.. Having a look at this, it looks like functions like `convert_latin1_to_utf8_partial` will need to have a maybe_uninit variant added ```rust /// # Safety /// You may not deinitialise any...
Ha, just ran across this independently in #137. That's a fix for it, in any case.
Can you upload a single rust file that fails to compile on your system? You can use https://gist.github.com/ as a pastebin.
searched nightlies: from nightly-2022-01-01 to nightly-2022-08-02 regressed nightly: nightly-2022-04-30 searched commit range: https://github.com/rust-lang/rust/compare/e85edd9a844b523a02dbd89f3c02cd13e4c9fe46...a707f401074bc769bab4efb2bfdde7f6c5a4068d regressed commit: https://github.com/rust-lang/rust/commit/87937d3b6c302dfedfa5c4b94d0a30985d46298d bisected with cargo-bisect-rustc v0.6.3 Host triple: x86_64-unknown-linux-gnu Reproduce with: ```bash cargo bisect-rustc --start 2022-01-01...
Was this at least on a project you can share the source to, or was it closed source? If it's a big project that you can't minimise, then it would...
searched nightlies: from nightly-2022-01-01 to nightly-2022-08-02 regressed nightly: nightly-2022-06-23 searched commit range: https://github.com/rust-lang/rust/compare/dc80ca78b6ec2b6bba02560470347433bcd0bb3c...10f4ce324baf7cfb7ce2b2096662b82b79204944 regressed commit: https://github.com/rust-lang/rust/commit/10f4ce324baf7cfb7ce2b2096662b82b79204944 bisected with cargo-bisect-rustc v0.6.4 Host triple: x86_64-unknown-linux-gnu Reproduce with: ```bash cargo bisect-rustc 2022-01-01 --preserve...
From some brief tests using the `dont_panic` crate (last touched 5 years ago but still seems to work fine), the tests compile when running in release mode, except for the...
Yes, but you need to use optimisations in order to use dont_panic. So I'd expect users of this crate to put a release build in their CI in addition to...
Manually crafted, but I figured that bad behavior due to corrupted/malicious filesystems are in scope, you wouldn't want some OS to crash just because it's trying to read a filesystem...
Personally, I would prefer usernames stay more open than that. It seems reasonable to expect users to want to put / in their name. So sanitizing on use seems a...