bjornharrtell / StreamingZipReader

MIT License
4 stars 0 forks source link

Suspect premature end of stream on ZIP64 files #1

Closed bjornharrtell closed 4 months ago

bjornharrtell commented 4 months ago

Looks decompression cuts the stream unexpectedly on large ZIP64 files (i.e more than 4GB?).

Can't reproduce on small ZIP64 files, unfortunately.

I can see there is no logic to parse the so called "zip64 extended information "extra" block, but at the same time it doesn't seem critial to the reader than the sizes are known? I will try to add this part anyway.

Any ideas @jnm2?

bjornharrtell commented 4 months ago

I see now, can't be having uints on the stream length. :)