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 22e422e16 Fix NullPointerException when reading XZ entries in 
ZipArchiveInputStream (#774).
22e422e16 is described below

commit 22e422e16adaa0d7bdc3e35cd7d5b115b5ec8b8a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 00:05:22 2026 +0000

    Fix NullPointerException when reading XZ entries in
    ZipArchiveInputStream (#774).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a47a677e0..86f7c1874 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
       <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>
       <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>
       <!-- 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