This is an automated email from the ASF dual-hosted git repository.
ggregory 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 7d12f3051 [COMPRESS-715] ZipArchiveInputStream fails with "Unexpected
record signature: 0x0" #753
7d12f3051 is described below
commit 7d12f3051b3f95c8984a7a8b1d194f2a13191fdc
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 13 09:00:56 2026 -0500
[COMPRESS-715] ZipArchiveInputStream fails with "Unexpected record
signature: 0x0" #753
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fc473659d..5faf55328 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Stanislav Fort, Gary
Gregory">ZipArchiveInputStream now throws an MemoryLimitException instead of
ArchiveException, or OutOfMemoryError when running with low memory settings set
on the command line.</action>
<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>
<!-- 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>