[jdk17u-dev] RFR: 8313765: Invalid CEN header (invalid zip64 extra data field size)
Andrew John Hughes
andrew at openjdk.org
Thu Aug 17 18:52:41 UTC 2023
On Thu, 17 Aug 2023 02:16:28 GMT, Ben Taylor <btaylor at openjdk.org> wrote:
> Backport is not clean, required changes:
> - Some context lines
> - Changes to `CorruptedZipFiles.java` had to be altered because [8304014](https://bugs.openjdk.org/browse/JDK-8304014) has not been backported to jdk20
>
> All tests in `test/jdk/java/util/zip` pass
Thanks. Yeah, the problem here is the GHA is still using JTReg 6.1+3. The test passes for me locally too with 7+1 or 7+2, but fails as soon as I go back to 6.1+1.
Rather than altering the test significantly for this backport, let's see if we can update the JTreg used by 17u by backporting [8289798](https://bugs.openjdk.org/browse/JDK-8289798). It looks like the dependent changes to tests were already backported by @GoeLin so this might not be too risky.
Ah, I did wonder why the dependent fixes had been backported and not the update. I'll have a look at those PRs. It would be good to unblock this both for 11u & 17u.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1670#issuecomment-1682792739
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1670#issuecomment-1682794282
More information about the jdk-updates-dev
mailing list