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 facce1f78 Reject missing main header in 
ArjArchiveInputStream.readMainHeader (#793).
facce1f78 is described below

commit facce1f78dc5eed0f5c69fc1c6d9dbc2b4506c1b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 4 08:20:51 2026 -0400

    Reject missing main header in ArjArchiveInputStream.readMainHeader
    (#793).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 50f6383d1..f70cf9e09 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,6 +101,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX arj -->
       <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">Correct byte 
accounting and truncation errors in ARJ input stream.</action>
       <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">Add strict 
header validation in ARJ input stream and `selfExtracting` option.</action>
+      <action type="fix" dev="ggregory" due-to="KALI 834X, Gary 
Gregory">Reject missing main header in ArjArchiveInputStream.readMainHeader 
(#793).</action>
       <!-- FIX unpack200 -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Stanislav 
Fort">org.apache.commons.compress.harmony.unpack200 now throws 
Pack200Exception, IllegalArgumentException, and IllegalStateException instead 
of other runtime exceptions and Error.</action>
       <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz">Enforce 
strict attribute layout parsing in Pack200.</action>

Reply via email to