Skip to content

Commit e8933bc

Browse files
committed
Fix infinite loop in AbstractByteArrayOutputStream. #758.
1 parent 0accfaa commit e8933bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
7070
<action dev="ggregory" type="fix" due-to="Gary Gregory">Javadoc fixes and improvements.</action>
7171
<action dev="ggregory" type="fix" due-to="Gary Gregory">Avoid NPE in org.apache.commons.io.filefilter.WildcardFilter.accept(File).</action>
7272
<action dev="ggregory" type="fix" issue="IO-874" due-to="Andy Russell, Joerg Budischewski">FileUtils.forceDelete can delete a broken symlink again #756.</action>
73+
<action dev="ggregory" type="fix" due-to="Alex Benusovich">Fix infinite loop in AbstractByteArrayOutputStream. #758.</action>
7374
<!-- ADD -->
7475
<action dev="ggregory" type="add" issue="IO-875" due-to="Pierre Baumard, Gary Gregory">Add org.apache.commons.io.file.CountingPathVisitor.accept(Path, BasicFileAttributes) #743.</action>
7576
<action dev="ggregory" type="add" due-to="Gary Gregory">Add org.apache.commons.io.Charsets.isAlias(Charset, String).</action>

0 commit comments

Comments
 (0)