Commit f887870
fix(handlers): improve ZIP handler to support known indicators of ZIP64 usage
The implementation of the ZIP handler only checked one of the known
indicators of `ZIP64` usage. The missing logic resulted in the code
getting stuck in an infinite loop as it couldn't detect the end of the records
correctly.
Documentation for known indicators can be found at: https://pkware.cachefly.net/webdocs/APPNOTE/APPNOTE-6.3.1.TXT1 parent 29d5ed6 commit f887870
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
| |||
0 commit comments