zlib-ng / minizip-ng

Fork of the popular zip manipulation library found in the zlib distribution.
Other
1.24k stars 434 forks source link

Fix and improve fuzzers #829

Closed tyler92 closed 1 week ago

tyler92 commented 1 week ago
  1. zip_fuzzer didn't work as expected - the stream was always closed
  2. Added password support for zip_fuzzer
  3. Added mz_zip_set_recover support to unzip_fuzzer

As a result line coverage is improved by ~13%

nmoinvaz commented 1 week ago

Thanks!