-
Notifications
You must be signed in to change notification settings - Fork 171
8186464: ZipFile cannot read some InfoZip ZIP64 zip files #445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8186464: ZipFile cannot read some InfoZip ZIP64 zip files #445
Conversation
|
Hi @fitzsim, welcome to this OpenJDK project and thanks for contributing! We do not recognize you as Contributor and need to ensure you have signed the Oracle Contributor Agreement (OCA). If you have not signed the OCA, please follow the instructions. Please fill in your GitHub username in the "Username" field of the application. Once you have signed the OCA, please let us know by writing If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please use "Add GitHub user fitzsim" as summary for the issue. If you are contributing this work on behalf of your employer and your employer has signed the OCA, please let us know by writing |
|
This backport pull request has now been updated with issue from the original commit. |
|
I am contributing this work on behalf of my employer, Red Hat. /covered |
|
Windows x86 looks like the same issue as https://bugs.openjdk.org/browse/JDK-8324184 |
|
/contributor add @gnu-andrew |
|
@fitzsim |
|
/contributor add @fitzsim |
|
@fitzsim Syntax:
User names can only be used for users in the census associated with this repository. For other contributors you need to supply the full name and email address. |
|
/author set @gnu-andrew |
|
@fitzsim Only Committers are allowed to issue the |
|
/author set @gnu-andrew |
|
@gnu-andrew Only the pull request author (@fitzsim) is allowed to issue the |
|
Closing in favour of #452. |
Hello,
I am submitting this patch, written by
Andrew John Hughes <andrew@openjdk.org>, which is a backport of:This patch was applied to the Red Hat 1.8.0 RPMs in June 2020, so it has been deployed to Red Hat customers for over three years.
I verified that the patch applies cleanly to
jdk8u-devmaster. I confirmed that with the fix portion of the patch reverted, theReadZip.javatest portion of the patch produces this exception:With the fix applied the test passes:
Passed: java/util/zip/ZipFile/ReadZip.javaWith the patch applied on top of
jdk8u-devmastertip,3dc011b7ff955f6c1334058f300708412b21a3ad,make teston Fedora 38 x86-64 passes, with:Test results: passed: 3,122I also retested the test cases in https://bugs.openjdk.org/browse/JDK-8186464 and confirmed that without this backport, they fail, and with the backport they succeed.
Thank you,
Thomas
Progress
Error
Issue
Contributors
<andrew@openjdk.org>Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/445/head:pull/445$ git checkout pull/445Update a local copy of the PR:
$ git checkout pull/445$ git pull https://git.openjdk.org/jdk8u-dev.git pull/445/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 445View PR using the GUI difftool:
$ git pr show -t 445Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/445.diff