pfalcon / uzlib

Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
Other
303 stars 82 forks source link

Can compress/decompress but get an error #20

Closed oamidi closed 5 years ago

oamidi commented 5 years ago

Hello,

The attached file (in.dat) does compress to the other (out.zip) (had to rename the file in.zip to convince the system to accept it) However, when I decompress (all using example programs given) it reports an error.

Both zip and unzip examples work for a multitude of other files.

Thank you -- Omead

amidi@skeyes.us

out.zip

in.zip

pfalcon commented 5 years ago

@oamidi let me know via email that this issue is resolved with the latest master.

I confirmed that attached out.zip (actually out.gz) is broken. But compressin the original in.dat (in.zip here) with tgzip from master, and then uncompressing with tgunzip or standard gzip produces the correct file.

So, closing.

I'm going to release master as 2.9 to have a stable base for comparison.

oamidi commented 5 years ago

Hi,

Yes, the latest code I checked out does work properly.

Thank you very much. -- Omead

On Sat, Sep 8, 2018, 03:33 Paul Sokolovsky notifications@github.com wrote:

@oamidi https://github.com/oamidi let me know via email that this issue is resolved with the latest master.

I confirmed that attached out.zip (actually out.gz) is broken. But compressin the original in.dat (in.zip here) with tgzip from master, and then uncompressing with tgunzip or standard gzip produces the correct file.

So, closing.

I'm going to release master as 2.9 to have a stable base for comparison.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pfalcon/uzlib/issues/20#issuecomment-419620373, or mute the thread https://github.com/notifications/unsubscribe-auth/AfuhIuhejcYpXJpoCdmKg99oxH9y6Y7sks5uY3LCgaJpZM4WbPJ8 .