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 c4c294b0e Fix int overflow in DurationFormatUtils.formatPeriod (#1720).
c4c294b0e is described below

commit c4c294b0e04024d361d710985f8500f7d2412232
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 17:05:16 2026 +0000

    Fix int overflow in DurationFormatUtils.formatPeriod (#1720).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 50eb1fc78..8f9011005 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -200,6 +200,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Reject sign characters in UnicodeUnescaper hex values (#1721).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep abbreviate and truncate off surrogate pair boundaries 
(#1719).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep initials from splitting a supplementary code point 
(#1722).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix int overflow in DurationFormatUtils.formatPeriod (#1720).</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