rust-fuzz / targets

🎯 A collection of fuzzing targets written in Rust.
Creative Commons Zero v1.0 Universal
104 stars 21 forks source link

Add fuzzing seeds for gif_read target #129

Closed Shnatsel closed 6 years ago

Shnatsel commented 6 years ago

Add fuzzing seeds for gif_read target generated by seeding afl and cargo-fuzz with AFL's libgif and imagemagick autogenerated corpus, fuzzing gif crate, and subsequently minifying them with cargo fuzz cmin.

Not sure if I should open a PR against this repo or https://github.com/rust-fuzz/seeds

frewsxcv commented 6 years ago

Not sure if I should open a PR against this repo or https://github.com/rust-fuzz/seeds

Either place is fine. Unsure if it makes sense to have the seeds in a separate repo. If you have opinions about it, I'd be interested to hear them.

frewsxcv commented 6 years ago

@bors r+

frewsxcv commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded