Wrong unpacking zip archive with stored another ones #317

Open
opened 2026-01-29 22:10:01 +00:00 by claunia · 0 comments
Owner

Originally created by @Yet371 on GitHub (Jul 20, 2018).

There is an example of archive:
1.zip

the archive contains these files:
11 1.txt
472 internal1.zip
472 internal2.zip

but reader.MoveToNextEntry() sees this:
11 1.txt
0 internal1.zip
10 internal11.txt
10 internal12.txt
10 internal13.txt

Originally created by @Yet371 on GitHub (Jul 20, 2018). There is an example of archive: [1.zip](https://github.com/adamhathcock/sharpcompress/files/2213855/1.zip) the archive contains these files: 11 1.txt 472 internal1.zip 472 internal2.zip but reader.MoveToNextEntry() sees this: 11 1.txt 0 internal1.zip 10 internal11.txt 10 internal12.txt 10 internal13.txt
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#317