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 221071c01854ab7181622771f97625d25cc91b78
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 09:27:05 2026 -0400

    Reject negative element counts in BandSet band decoding (#782).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7c9c29007..c6f050bf0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,6 +97,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- 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>
+      <action type="fix" dev="ggregory" due-to="KALI 834X, Gary 
Gregory">Reject negative element counts in BandSet band decoding 
(#782).</action>
       <!-- FIX pack200 -->      
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Igor 
Morgenstern">org.apache.commons.compress.harmony.pack200 now throws 
Pack200Exception, IllegalArgumentException, IllegalStateException, instead of 
other runtime exceptions and Error.</action>
       <action type="fix" dev="ppkarwasz" due-to="Raeps">Extract duplicate code 
in org.apache.commons.compress.harmony.pack200.IntList.</action>

Reply via email to