Frommi / miniz_oxide

Rust replacement for miniz
MIT License
179 stars 49 forks source link

Add fuzzing target for streaming API #33

Open Shnatsel opened 6 years ago

Shnatsel commented 6 years ago

Continuing from #29: inflate::decompress_to_vec() has its own fuzzing target and is covered pretty well. There should also be a fuzzing target for the streaming API.