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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 4aeef40d StrBuilder.readFrom(Readable), exposes stale internal buffer
to Readable parameter (#741).
4aeef40d is described below
commit 4aeef40d7ac6643587cda690a014a3a16ba7c91b
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 17 20:12:01 2026 +0000
StrBuilder.readFrom(Readable), exposes stale internal buffer to Readable
parameter (#741).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aba6c55c..30e490d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Dominik Stadler, Gary
Gregory">Improve test coverage #732.</action>
<action type="fix" dev="ggregory" issue="TEXT-239" due-to="Dominik
Stadler, Gary Gregory">TextStringBuilder.append(char[], int, int) uses wrong
variable in exception message #735.</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary
Gregory">StrBuilder.readFrom(Readable), exposes stale internal buffer to
Readable parameter (#741).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 99.</action>