This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 829b5dd6f Fix Zip rcount field width in x0015 and x0016 certificate id
extra fields (#787).
829b5dd6f is described below
commit 829b5dd6ffe976c0a03231e65790a65af9f3a6ee
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 17 13:27:50 2026 -0700
Fix Zip rcount field width in x0015 and x0016 certificate id extra
fields (#787).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0a243ce1a..aa254278e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="pkarwasz" due-to="Gary Gregory, Piotr P.
Karwasz" issue="COMPRESS-714">Internal IllegalArgumentException in ZipFile and
TarFile creation is not caught #754.</action>
<action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">Improve
Javadoc of ZipArchiveEntry #769.</action>
<action type="fix" dev="pkarwasz" due-to="Zach Warneke, Gary
Gregory">Fix NullPointerException when reading XZ entries in
ZipArchiveInputStream (#774).</action>
+ <action type="fix" dev="pkarwasz" due-to="KALI 834X, Gary Gregory">Fix
Zip rcount field width in x0015 and x0016 certificate id extra fields
(#787).</action>
<!-- FIX TAR -->
<action type="fix" dev="pkarwasz" due-to="Tyler Nighswander, Piotr P.
Karwasz, Gary Gregory">>Uniform handling of special tar records in TarFile and
TarArchiveInputStream.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory, Stanislav
Fort">TarArchiveOutputStream now throws a IllegalArgumentException instead of
an OutOfMemoryError.</action>