Frommi / miniz_oxide

Rust replacement for miniz
MIT License
168 stars 48 forks source link

Add a roundtrip fuzz target #138

Closed Shnatsel closed 1 year ago

Shnatsel commented 1 year ago

Verifies that any data encoded by miniz_oxide can be correctly decoded.

Shnatsel commented 1 year ago

Didn't seem to uncover any bugs after 20 million runs. No surprise there because it was already roundtrip-fuzzed as part of the png crate.