Commit 5654de4
committed
zip64 fixes: allow to extract files beyond 4G limit:
implemented reading zip64 extra information fields.
If a zip64 signature is found but 'large file support' is disabled,
do not attempt to scan the zip as a corrupted file
(if the OS is capable of handling large files).1 parent b6d822b commit 5654de4
5 files changed
Lines changed: 318 additions & 158 deletions
File tree
- crengine
- include
- src/lvstream
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments