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 5d55a80df StrBuilder.deleteImpl(int, int, int) doesn't clear its 
unused bytes. (#1654)
5d55a80df is described below

commit 5d55a80df85119d8e3035ee7c533d6cf874a7cc9
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 18 07:12:11 2026 -0400

    StrBuilder.deleteImpl(int, int, int) doesn't clear its unused bytes.
    (#1654)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5e4628461..60baa8a56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -156,6 +156,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">EqualsBuilder.reflectionEquals() array branch 
missing cycle guard causes stack overflow on self-referential Object arrays 
(#1653).</action>
     <action                   type="fix" dev="pkarwasz" due-to="Piotr 
Karwasz">WordUtils.wrap() leaves separator characters in the output when the 
wrapOn regex match is longer than one character (#1655).</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">StringUtils.indexOfAny(CharSequence, int, char...) 
should not throw for a bad index (#1656).</action>
+    <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">StrBuilder.deleteImpl(int, int, int) doesn't clear 
its unused bytes. (#1654).</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