RFR: 8193682: Infinite loop in ZipOutputStream.close() [v2]
Ravi Reddy
rreddy at openjdk.java.net
Mon Oct 11 13:42:35 UTC 2021
> Hi all,
>
> Please review this fix for Infinite loop in ZipOutputStream.close().
> The main issue here is when ever there is an exception during close operations on GZip we are not setting the deflator to a finished state which is leading to an infinite loop when we try writing on the same GZip instance( since we use while(!def.finished()) inside the write operation).
>
> Thanks,
> Ravi
Ravi Reddy has updated the pull request incrementally with one additional commit since the last revision:
8193682 : Infinite loop in ZipOutputStream.close()
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5522/files
- new: https://git.openjdk.java.net/jdk/pull/5522/files/5072b6c1..f6a678ed
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5522&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5522&range=00-01
Stats: 96 lines in 2 files changed: 48 ins; 28 del; 20 mod
Patch: https://git.openjdk.java.net/jdk/pull/5522.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5522/head:pull/5522
PR: https://git.openjdk.java.net/jdk/pull/5522
More information about the core-libs-dev
mailing list