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 842a9abf7 DumpArchiveEntry rejects out-of-range directory header count 
(#781).
842a9abf7 is described below

commit 842a9abf79e733cad9c7954e0665f9b0ea351276
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 08:15:06 2026 -0400

    DumpArchiveEntry rejects out-of-range directory header count (#781).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa992ba4a..e7db9a08a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Tyler Nighswander, Gary 
Gregory">DumpArchiveInputStream.getNextEntry() throws an ArchiveException 
instead of ArrayIndexOutOfBoundsException.</action>
       <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">Fix 
DumpArchiveInputStream to correctly handle file names up to 255 bytes 
#711.</action>
       <action type="fix" dev="ggregory" due-to="Philip Betzler-Braun, Gary 
Gregory, Piotr P. Karwasz" issue="COMPRESS-712">Unsanitized read causes 
IndexOutOfBoundsException in #749.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory, KALI 
834X">DumpArchiveEntry rejects out-of-range directory header count 
(#781).</action>
       <!-- FIX zip -->
       <action type="fix" dev="ggregory" due-to="Dominik Stadler, Gary Gregory" 
issue="COMPRESS-598">ZipArchiveInputStream.read(byte[], int, int) now throws an 
IOException instead of a NullPointerException.</action>
       <action type="fix" dev="ggregory" due-to="Tyler Nighswander, Gary 
Gregory">ZipFile.createBoundedInputStream(long, long) now throws an 
ArchiveException instead of IllegalArgumentException.</action>

Reply via email to