Sergey "Shnatsel" Davidoff
Sergey "Shnatsel" Davidoff
Also just filed https://github.com/rust-lang/rust-clippy/issues/4484
I'll keep any further lint requests I file to https://github.com/rust-secure-code/safety-dance/issues/21 to avoid spamming people.
The core library has only 6 unsafe blocks, but I haven't looked at the code that it generates.
It'd be great to support any fuzzers that show better results than the current ones in https://github.com/google/fuzzbench At least one part of that should be fairly simple: https://github.com/rust-fuzz/afl.rs/issues/167
For the record, this came out of safety-dance: https://github.com/rust-lang/rust/pull/64069 I've also opened an RFC for another missing safe abstraction: https://github.com/rust-lang/rfcs/pull/2714 I also need to turn this into an RFC for...
Another one came out of a discussion I started on clippy lints: https://github.com/rust-lang/rfcs/pull/2756
I thought "why document stuff if we can ask for clippy lints right away?" And then this happened: https://github.com/rust-lang/rust-clippy/issues/4483 I'll need to review the unsafe code I've already purged, but...
https://github.com/rust-lang/rust-clippy/issues/4484 https://github.com/rust-lang/rust-clippy/issues/4485
https://github.com/rust-lang/rust-clippy/issues/4515
Requested another lint based on a bug in real-world code: https://github.com/rust-lang/rust-clippy/issues/4774 And a compiler warning, because it looks easy to reliably detect and dangerous enough to warn against it by...