On Fri, 29 Mar 2024 18:03:13 GMT, Jiangli Zhou <jian...@openjdk.org> wrote:

>> There can be multiple extra fields, and the zip64 extended information may 
>> not be the first one
>
> Could you please point to the related spec for the other `extra field`?

it's in APPNOTE.TXT 4.5, the extra field structure is `header1+data1 + 
header2+data2 . . .`, and we have to iterate through to see if there's an entry 
that's a zip64 extended information extra field

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18479#discussion_r1544742897

Reply via email to