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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new aa0d4d34 Fix integer overflow in TextHelpAppendable.indexOfWrap (#437).
aa0d4d34 is described below
commit aa0d4d3446c63db3e6c1bff6d6dac4b32b019a5f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 8 08:50:35 2026 -0400
Fix integer overflow in TextHelpAppendable.indexOfWrap (#437).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f952bc4c..da9d4ff1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
<action type="fix" dev="ggregory" due-to="Digiscrypt Technologies, Gary
Gregory">Reject invalid dates in Converter.DATE (#430).</action>
<action type="fix" dev="ggregory" due-to="farkhalit rida, Gary
Gregory">Reject an empty option name in getMatchingOptions (#434).</action>
<action type="fix" dev="ggregory" due-to="farkhalit rida, Gary
Gregory">Reject trailing text after the date in Converter.DATE (#435).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
integer overflow in TextHelpAppendable.indexOfWrap (#437).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 103 #414,
#416.</action>