This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 7b4a50a [IO-638] Infinite loop in CharSequenceInputStream.read for
4-byte characters with UTF-8 and 3-byte buffer.
7b4a50a is described below
commit 7b4a50a3612fa04300c7427f94917d9eb85b039d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 26 13:31:49 2021 -0400
[IO-638] Infinite loop in CharSequenceInputStream.read for 4-byte
characters with UTF-8 and 3-byte buffer.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f2122fc..f08fdc6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,7 +98,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="IO-716" dev="ggregory" type="fix" due-to="Marcono1234,
Gary Gregory">
ReaderInputStream enter infinite loop for too small buffer sizes.
</action>
- <action issue="IO-638" dev="ggregory" type="fix" due-to=", Gary Gregory">
+ <action issue="IO-638" dev="ggregory" type="fix" due-to="Thayne McCombs,
Gary Gregory">
Infinite loop in CharSequenceInputStream.read for 4-byte characters
with UTF-8 and 3-byte buffer.
</action>
<!-- ADD -->