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 8f0555cee91aab9a2ae5639bafd748ed984c8b07 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jul 21 08:30:40 2026 -0700 Reject out-of-range indices in pack200 BandSet.getReferences (#788). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5cc8e5239..189584db1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -104,6 +104,7 @@ The <action> type attribute can be add,update,fix,remove. <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> + <action type="fix" dev="ggregory" due-to="KALI 834X, Gary Gregory">Reject out-of-range indices in pack200 BandSet.getReferences (#788).</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>
