kornelski / lodepng-rust

All-in-one PNG image encoder/decoder in pure Rust
https://lib.rs/lodepng
zlib License
100 stars 23 forks source link

Add fuzzing seeds #31

Closed Shnatsel closed 6 years ago

Shnatsel commented 6 years ago

Add the generated corpus of files that trigger distinct execution paths through lodepng, generated and subsequently minified with cargo-fuzz.

Rename fuzz_target_1 to decode32. It was not called that previously because I forgot to push the renaming commit to github.

kornelski commented 6 years ago

Thanks