[jdk11u-dev] RFR: 8313765: Invalid CEN header (invalid zip64 extra data field size)
Andrew John Hughes
andrew at openjdk.org
Thu Aug 17 19:47:40 UTC 2023
On Thu, 17 Aug 2023 02:16:27 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
> - Path in `ReadNonStandardExtraHeadersTest.java` had to be converted to URI, I believe because of FileSystems API changes in JDK13
>
> All tests in `test/jdk/java/util/zip` pass
https://github.com/openjdk/jdk11u-dev/pull/2087
This is already progressing further in GHA than the run here managed. If you make this dependent on that PR (change the target from openjdk:master to openjdk:pr/2087) it should be possible to re-run the tests
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2084#issuecomment-1682866703
More information about the jdk-updates-dev
mailing list