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-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 8ebae3b4 Fix int overflow in Allocator.array/arrayList size checks
(#551).
new 3ec9bb49 Merge branch 'master' of
https://github.com/apache/commons-imaging.git
8ebae3b4 is described below
commit 8ebae3b4c32a4fbfe181ad1f3cd59e3e04210023
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 23 15:10:27 2026 +0000
Fix int overflow in Allocator.array/arrayList size checks (#551).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 953817e4..094651bb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,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="Gary Gregory">Fix Javadoc
warnings.</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Fix int
overflow in PCX image buffer sizing, now throws AllocationRequestException
(#552).</action>
+ <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Fix int
overflow in Allocator.array/arrayList size checks (#551)..</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 83 to 102 #527, #530,
#539, #544, #546, #550.</action>