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 80bf1476bf8199dc51186ca33c66d462859a66da
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 31 10:25:23 2026 -0400

    Fix packed stream count check in SevenZFile.sanityCheckUnpackInfo
    (#791).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 50c314896..82e8172ab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
       <action type="fix" dev="ggregory" due-to="KALI 834X, Gary 
Gregory">Reject short LZMA properties and oversized dictionary in LZMADecoder 
(#784).</action>
       <action type="fix" dev="ggregory" due-to="KALI 834X, Gary Gregory">Fix 
copyOfRange end index in x0017 strong encryption header (#786).</action>
+      <action type="fix" dev="ggregory" due-to="KALI 834X, Gary Gregory">Fix 
packed stream count check in SevenZFile.sanityCheckUnpackInfo (#791).</action>
       <!-- FIX bzip2 -->
       <action type="fix" dev="ggregory" due-to="Tyler Nighswander, Gary 
Gregory">BZip2CompressorInputStream now throw CompressorException (a subclass 
of IOException) for invalid or corrupted data, providing more specific error 
reporting.</action>
       <action type="fix" dev="pkarwasz" due-to="Tyler Nighswander, Piotr P. 
Karwasz">BZip2 input streams treat Huffman codes longer than 20 bits as 
corrupted data, matching the behavior of the reference implementation.</action>

Reply via email to