GitHub user dweiss opened a pull request:
https://github.com/apache/commons-compress/pull/60
Replace custom 'dummy' byte addition for the odd inflater contract wiâ¦
â¦th a sequence input stream. Clean up the code a bit. I did not use
NOSONAR flags because I don't use sonar, so it may require some tweaking.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dweiss/commons-compress dummyByte
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-compress/pull/60.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 #60
----
commit 49fa6740524dbcad89564d897de1806aef1dd92c
Author: Dawid Weiss <dawid.weiss@...>
Date: 2018-01-14T10:20:02Z
Replace custom 'dummy' byte addition for the odd inflater contract with a
sequence input stream. Clean up the code a bit. I did not use NOSONAR flags
because I don't use sonar, so it may require some tweaking.
----
---