[jdk17u-dev] RFR: 8313765: Invalid CEN header (invalid zip64 extra data field size) [v2]
Andrew John Hughes
andrew at openjdk.org
Fri Aug 18 02:08:43 UTC 2023
On Fri, 18 Aug 2023 02:04:05 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
>> 17: https://patch-diff.githubusercontent.com/raw/openjdk/jdk17u-dev/pull/1670.diff
>> jdk: https://patch-diff.githubusercontent.com/raw/openjdk/jdk/pull/15273.diff
>>
>> in the 17 check the end of the file
>>
>> + }
>> +}
>> \ No newline at end of file
>
> Ah I see it now. It was introduced by the second commit. The original version I have didn't have this issue.
~~~
$ diff -u 8313765.17u{,-02} |tail
++ try {
++ test.zipFilesToTest(path);
++ test.readZipFSTest(path);
++ } catch (IOException e) {
++ throw new RuntimeException(e);
++ }
++ });
++ }
+}
+\ No newline at end of file
~~~
-------------
PR Review Comment: https://git.openjdk.org/jdk17u-dev/pull/1670#discussion_r1297910596
More information about the jdk-updates-dev
mailing list