This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new dfaa2382a [LANG-1814] ArrayUtils.subarray(..) may overflow index 
arithmetic and violate contract for extreme index values
dfaa2382a is described below

commit dfaa2382a9c8c93b13131ad25b0b4b7df6899038
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 26 14:02:49 2026 -0500

    [LANG-1814] ArrayUtils.subarray(..) may overflow index arithmetic and
    violate contract for extreme index values
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5a607a2a1..a6cb44170 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -109,6 +109,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
烂泥扶上墙">Fix ClassNotFoundException message in ClassUtils.getClass(String) 
#1577.</action>
     <action                   type="fix" dev="ggregory" due-to="Ivan 
Ponomarev">Fix Javadoc in DoubleRange.of(Double, Double) to reflect actual 
exception type thrown #1581.</action>
     <action issue="LANG-1452" type="fix" dev="ggregory" due-to="Gary Gregory, 
Aleksey Novozhilov, Sara">RecursiveToStringStyle and 
MultilineRecursiveToStringStyle shouldn't recurse into a java.math.BigDecimal 
#1584.</action>
+    <action issue="LANG-1814" type="fix" dev="ggregory" due-to="Ivan 
Ponomarev">ArrayUtils.subarray(..) may overflow index arithmetic and violate 
contract for extreme index values.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to