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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b777772b Fix int overflow in FluentBitSet.setInclusive at 
Integer.MAX_VALUE (#1751).
4b777772b is described below

commit 4b777772b37e4d610adeb24a3950d982153b4b66
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 17 13:11:19 2026 -0700

    Fix int overflow in FluentBitSet.setInclusive at Integer.MAX_VALUE
    (#1751).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 397792eaa..abfea6829 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -227,6 +227,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Sarankumar 
Baskar, Gary Gregory">Skip Chuvash locale parser tests on Java 27 
(#1746).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix ArrayUtils.reverse range underflow on Integer.MIN_VALUE end 
(#1750).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix sign extension in BitField.getValue for top-bit fields 
(#1749).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix int overflow in FluentBitSet.setInclusive at Integer.MAX_VALUE 
(#1751).</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