Skip to content

Commit b8e4d23

Browse files
authored
Fix possible ArrayIndexOutOfBoundsException thrown by QuotedPrintableCodec.encodeQuotedPrintable() method apache#221
1 parent 862d72c commit b8e4d23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ The <action> type attribute can be add,update,fix,remove.
5353
<action issue="CODEC-310" dev="ggregory" type="fix" due-to="Yakov Shafranovich">Documentation update for the org.apache.commons.codec.digest.* package #208.</action>
5454
<action dev="ggregory" type="fix" due-to="Gary Gregory">Precompile regular expression in UnixCrypt.crypt(byte[], String).</action>
5555
<action issue="CODEC-315" dev="ggregory" type="fix" due-to="Arthur Chan, Gary Gregory">Fix possible IndexOutOfBoundException thrown by PhoneticEngine.encode method #223.</action>
56-
<!-- UPDATE -->
56+
<action issue="CODEC-313" dev="ggregory" type="fix" due-to="Arthur Chan, Gary Gregory">Fix possible ArrayIndexOutOfBoundsException thrown by QuotedPrintableCodec.encodeQuotedPrintable() method #221.</action>
57+
<!-- UPDATE -->
5758
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 64.</action>
5859
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
5960
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-io from 2.13.0 to 2.15.0.</action>

0 commit comments

Comments
 (0)