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 bd48936c6 [COMPRESS-714] Internal IllegalArgumentException in ZipFile 
and TarFile creation is not caught #754
bd48936c6 is described below

commit bd48936c63fbaf08d3aeacd97d487f76f9249cd9
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 28 11:06:49 2026 -0400

    [COMPRESS-714] Internal IllegalArgumentException in ZipFile and TarFile
    creation is not caught #754
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ce414fbd3..abd14dbd3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="YuWeiBoy, Gary Gregory" 
issue="COMPRESS-708">ZstdCompressorInputStream closes the InputStream held by 
ZipArchiveInputStream garbage collection.</action>
       <action type="fix" dev="pkarwasz" due-to="Gary Gregory, Piotr P. 
Karwasz" issue="COMPRESS-713">Unchecked pre-decremental notation in for-loop as 
array index causes ArrayOutOfBounds access #755.</action>
       <action type="fix" dev="pkarwasz" due-to="Gary Gregory, Piotr P. 
Karwasz, Soheila Esmaeili" issue="COMPRESS-715">ZipArchiveInputStream fails 
with "Unexpected record signature: 0x0" #753.</action>
+      <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>
       <!-- 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>

Reply via email to