Manish Goregaokar

Results 598 comments of Manish Goregaokar

You have to run `cargo fuzz init` in the top-level directory of a rust crate

Yeah, you have to cd into a crate to do it for now.

I don't have a strong opinion, but I do think the corpus is not actually a version controlled object and should not be in your main repo (or even a...

https://github.com/japaric/rust-san

idk, lots of panics originate from the stdlib (indexing, etc). While it's true that the branches from these usually get inlined (even though the panic code doesn't), which should be...

> libstd does not need to be instrumented for panics to be understood by the fuzzer. With that out of the way… Well, yeah, but the branches in libstd will...

Yeah, you can also use xargo on stable. I'd accept PRs adding support for a build-std mode

iirc we enabled ASan because that was the only way at the time to get sanitizer tooling