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 2f2d52648 Fix int overflow in Conversion count and position bounds 
guards (#1779).
2f2d52648 is described below

commit 2f2d5264808e6c62882b56ce14567150b853c33a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 1 16:57:17 2026 -0400

    Fix int overflow in Conversion count and position bounds guards (#1779).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b084f5694..118b73abd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -270,6 +270,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add and use Instants.toInstant(Instant[, Instant]) (#1690).</action>
     <action issue="LANG-1833" type="add" dev="ggregory" due-to="Maksym 
Korshun">Handle ParsePosition index beyond source string length cleanly 
(#1757).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix StrBuilder.lastIndexOf(String) start index for an empty search 
(#1759).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix int overflow in Conversion count and position bounds guards 
(#1779).</action>
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 104 
#1498.</action>
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to 
1.15.0.</action>

Reply via email to