Withdrawn: 8328995: Launcher can't open jar files where the offset of the manifest is >4GB
duke
duke at openjdk.org
Mon Oct 21 19:03:22 UTC 2024
On Mon, 25 Mar 2024 21:37:03 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> This change fixes a zip64 bug in the launcher that is prevent it from reading the manifest of jars where the 'relative offset of local header' field in the central directory entry is >4GB. As described in APPNOTE.TXT 4.5.3, the offset is too large to be stored in the central directory it is stored in a 'Zip64 Extended Information Extra Field'.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/18479
More information about the core-libs-dev
mailing list