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 2586fab41 [Unpack200] Reject out-of-range cpUTF8Prefix in
CpBands.parseCpUtf8 (#800).
2586fab41 is described below
commit 2586fab413df6a6008b253922d8ef3a01ecfce11
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 12 08:23:04 2026 -0400
[Unpack200] Reject out-of-range cpUTF8Prefix in CpBands.parseCpUtf8
(#800).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 95f2075c3..5c3f720f2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -130,6 +130,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">[Unpack200] Reject negative element counts in BandSet band decoding
(#782).</action>
<action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">[Unpack200] Reject out-of-range indices in pack200
BandSet.getReferences (#788).</action>
<action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">[Unpack200] Reject negative counts in pack200
parseCPUTF8/SignatureReferences (#789).</action>
+ <action type="fix" dev="ggregory" due-to="KALI 834X, Gary
Gregory">[Unpack200] Reject out-of-range cpUTF8Prefix in CpBands.parseCpUtf8
(#800).</action>
<!-- FIX pack200 -->
<action type="fix" dev="ggregory" due-to="Gary Gregory, Igor
Morgenstern">[Pack200] 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">[Pack200] Extract
duplicate code in org.apache.commons.compress.harmony.pack200.IntList.</action>