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 5d88a719e Reject negative counts in pack200
parseCPUTF8/SignatureReferences (#789).
5d88a719e is described below
commit 5d88a719e404280f53666bd9fd70374754378a7e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 22 23:03:39 2026 -0400
Reject negative counts in pack200 parseCPUTF8/SignatureReferences
(#789).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3315aee4e..5fc4e0a2c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -105,6 +105,7 @@ The <action> type attribute can be add,update,fix,remove.
<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>
+ <action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">Reject negative counts in pack200 parseCPUTF8/SignatureReferences
(#789).</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>