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
commit 07cedf012d6a43f07b34cf79f7b1a2511444c8b1 Author: Gary Gregory <[email protected]> AuthorDate: Sun Aug 9 08:07:52 2026 -0400 Reject negative ZIP64 offsets in positionAtCentralDirectory64 (#794). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 99e7889b3..91e22aa11 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -86,6 +86,7 @@ The <action> type attribute can be add,update,fix,remove. <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> + <action type="fix" dev="ggregory" due-to="KALI 834X, Gary Gregory">Reject negative ZIP64 offsets in positionAtCentralDirectory64 (#794).</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>
