RFR: 8314891: Additional Zip64 extra header validation [v8]
Lance Andersen
lancea at openjdk.org
Wed Nov 8 17:30:12 UTC 2023
On Wed, 8 Nov 2023 16:27:56 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:
> @LanceAndersen
>
> I noticed that this PR did not update `ZipInputStream.readLOC` to perform consistency validation between expected and actual extra field size and values. Any particular reason why processing of LOC headers was not made consistent with CEN?
Intentional, as this was a follow on to the updates which were done previously to the CEN work in August, this is follow on cleanup.
Updates to ZipInputStream would be done separately under a separate PR or could be done via your work on 8303866
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15650#issuecomment-1802340986
More information about the nio-dev
mailing list