Sygmei / 11Zip

Dead simple zipping / unzipping C++ Lib
MIT License
92 stars 22 forks source link

can't unzip zip files containing binary files #9

Closed Assertores closed 2 years ago

Assertores commented 2 years ago

description

zipfile only containing text files and folder structures work fine but if it also contains a binary file minizip-ng fails with error -109

reproduction steps

  1. download this file: patch.zip
  2. try unziping it with this library.

library crashes while unzipping Einkaufsliste.exe

expected behaviour

it should unzip the zip file without issues.