-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b23
Add additional Zip64 extra header validation:
- Throw a ZipException If the extra len field is 0 and :
-- size, csize, or loc offset are set to 0xFFFFFFFF
-- disk starting number is set to 0xFFFF
- We have a valid size for the Zip64 extra header but we are missing the csize or loc fields if they are expected to be part of the header
- Throw a ZipException If the extra len field is 0 and :
-- size, csize, or loc offset are set to 0xFFFFFFFF
-- disk starting number is set to 0xFFFF
- We have a valid size for the Zip64 extra header but we are missing the csize or loc fields if they are expected to be part of the header
- blocks
-
JDK-8303866 Allow ZipInputStream.readEnd to parse small Zip64 ZIP files
- Resolved