> Please review the changes for > [JDK-8340553](https://bugs.openjdk.org/browse/JDK-8340553), which is a > follow-on to [JDK-8336025](https://bugs.openjdk.org/browse/JDK-8336025) which > addresses that > > - ZipEntry(String) > - ZipEntry::setComment > - ZipEntry::setExtra > > currently validate that the max possiible field size is 0xFFFF(65535) instead > of 0xFFD1(65489) not taking into account the size of the CEN header which is > 46 bytes per the PKWare APP.NOTE 4.4.10, 4.4.11, & 4.4.12 > > The CSR has been approved. > Mach5 tiers1-3 run clean as do the relevant JCK tests
Lance Andersen has updated the pull request incrementally with one additional commit since the last revision: Address typo in MAX_FIELD_LEN_MINUS_ENTRY_NAME ------------- Changes: - all: https://git.openjdk.org/jdk/pull/21544/files - new: https://git.openjdk.org/jdk/pull/21544/files/403c411d..1ffaa722 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=21544&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21544&range=01-02 Stats: 17 lines in 2 files changed: 0 ins; 0 del; 17 mod Patch: https://git.openjdk.org/jdk/pull/21544.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/21544/head:pull/21544 PR: https://git.openjdk.org/jdk/pull/21544