JDK 22 |
---|
22 b23Fixed |
Blocks :
|
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
|