-
Notifications
You must be signed in to change notification settings - Fork 225
7036144: GZIPInputStream readTrailer uses faulty available() test for end-of-stream #3667
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
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back toddjonker! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request This issue has been observed causing data loss. |
/integrate auto |
@toddjonker |
Hi @toddjonker |
Hi @GoeLin, I've not tested further. My expectation was that the "bake time" sufficient to backport to 21 was sufficient for earlier releases.
In the environment I support, we cannot assume that JDK updates, especially from older releases (like 11), are straightforward; in fact they can be quite costly. I'd personally rather prevent the inevitable-at-scale data loss than tell customers they have to update to avoid it. Anyway, it sounds like you'd prefer we hold off on this for a while, so I'll update our own issue tracking and then pull this back into draft status. |
Hi @toddjonker |
@toddjonker JCheck configuration is invalid in the target branch of this pull request. Please issue this command again once the problem has been resolved. |
This is a clean backport of d3f3011, originally authored by @archiecobbs and reviewed by @jaikiran
The corresponding backport for JDK21 is openjdk/jdk21u-dev#1897
Testing:
Progress
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3667/head:pull/3667
$ git checkout pull/3667
Update a local copy of the PR:
$ git checkout pull/3667
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3667/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3667
View PR using the GUI difftool:
$ git pr show -t 3667
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3667.diff
Using Webrev
Link to Webrev Comment