Repository: commons-compress Updated Branches: refs/heads/master 9db502865 -> 6ae716d45
COMPRESS-432 record fix Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/6ae716d4 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/6ae716d4 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/6ae716d4 Branch: refs/heads/master Commit: 6ae716d458c52e1fbe205c78edf37af4fbb304cf Parents: 9db5028 Author: Stefan Bodewig <bode...@apache.org> Authored: Wed Dec 27 15:19:30 2017 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Wed Dec 27 15:19:30 2017 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/6ae716d4/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index aad1964..6b4f1d2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,10 @@ The <action> type attribute can be add,update,fix,remove. due-to="Bruno P. Kinoshita"> Synchronized iteration over a synchronizedList in ParallelScatterZipCreator. </action> + <action issue="COMPRESS-432" type="fix" date="2017-12-22"> + ZipFile could get stuck in an infinite loop when parsing ZIP + archives with certain strong encryption headers. + </action> <action issue="COMPRESS-435" type="update" date="2017-12-27" due-to="BELUGA BEHR"> Replaces instanceof checks with a type marker in LZ77 support code.