rust-fuzz / cargo-fuzz

Command line helpers for fuzzing
https://rust-fuzz.github.io/book/cargo-fuzz.html
Apache License 2.0
1.48k stars 108 forks source link

libfuzzer development has stopped #329

Closed kpcyrd closed 1 year ago

kpcyrd commented 1 year ago

It seems libfuzzer development has stopped:

image

https://llvm.org/docs/LibFuzzer.html#status

Leaving this here since it's currently the default for cargo-fuzz. :)

Manishearth commented 1 year ago

Thanks, I think as long as it's being maintained we're fine here, it works well.