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 f7608d219 StrBuilder.readFrom(Readable) exposes stale internal buffer 
to Readable parameter (#1652).
f7608d219 is described below

commit f7608d219cd26268dc994578ec8be1dd87d56308
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 17 20:39:30 2026 +0000

    StrBuilder.readFrom(Readable) exposes stale internal buffer to Readable
    parameter (#1652).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 997c67b80..d0a2ea2ce 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -152,6 +152,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">WordUtils.wrap() zero-width wrapOn regex match 
causes infinite loop (#1649).WordUtils.wrap() zero-width wrapOn regex match 
causes infinite loop (#1649).</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">HashCodeBuilder.append(Object) StackOverflowError on 
mutually-referential objects (#1650).</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">AtomicSafeInitializer.get() busy-spin without yield 
burns CPU during slow initialization (#1651).</action>
+    <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">StrBuilder.readFrom(Readable) exposes stale internal 
buffer to Readable parameter (#1652).</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