[jdk11u-dev] RFR: 8313765: Invalid CEN header (invalid zip64 extra data field size) [v3]

Andrew John Hughes andrew at openjdk.org
Fri Aug 18 17:35:43 UTC 2023


On Fri, 18 Aug 2023 06:23:18 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
>
> Ben Taylor has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Restore newline at end of test/jdk/java/util/zip/ZipFile/ReadNonStandardExtraHeadersTest.java

> Wouldn't it be enough to push #2087? This PR depends on #2087 so once that is pushed it should be easy to merge it into this PR. Or am I missing something?

Yes, that's what I was thinking. I didn't realise @GoeLin was back and had approved it until just now. I've integrated it, so we should be able to just rebase this onto `jdk11u-dev/master`.

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2084#issuecomment-1684224637


More information about the jdk-updates-dev mailing list