GitHub user rpreissel opened a pull request: https://github.com/apache/commons-compress/pull/11
Bugfix for COMPRESS-343 The class ...sevenz.Coders.DeflateDecoder does not close (end()) the Deflater and Inflater. This can lead to native memory issues: see https://bugs.openjdk.java.net/browse/JDK-8074108. This bugfix solves the problem. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rpreissel/commons-compress COMPRESS-343 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-compress/pull/11.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #11 ---- commit 2c1e2980c5d5a17be220ae26793e80e9683cc16e Author: Rene Preissel <r...@etosquare.de> Date: 2016-03-16T16:26:57Z Bugfix for COMPRESS-343 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org