mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Wrong unpacking zip archive with stored another ones #314
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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