plrigaux / archflow

MIT License
2 stars 0 forks source link

Fails with Zip64 files (large files) #3

Open Wamy-Dev opened 6 months ago

Wamy-Dev commented 6 months ago

When adding files larger than 4GB. Trying to unzip gives the following error:

error: invalid zip file with overlapped components (possible zip bomb)

Wamy-Dev commented 6 months ago

warning [text.zip]: 7245339466 extra bytes at beginning or within zipfile (attempting to process anyway) error [text.zip]: start of central directory not found; zipfile corrupt. (please check that you have transferred or created the zipfile in the appropriate BINARY mode and that you have compiled UnZip properly)

when running unzip -t text.zip on zip larger than 4GB. Has about 10 1Gb files inside.

plrigaux commented 4 months ago

Ok I will take a look

plrigaux commented 4 months ago

Just its hard to test large file