Skip to content

Commit dfaa238

Browse files
committed
[LANG-1814] ArrayUtils.subarray(..) may overflow index arithmetic and
violate contract for extreme index values
1 parent 26ead61 commit dfaa238

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
@@ -109,6 +109,7 @@ The <action> type attribute can be add,update,fix,remove.
109109
<action type="fix" dev="ggregory" due-to="Gary Gregory, 烂泥扶上墙">Fix ClassNotFoundException message in ClassUtils.getClass(String) #1577.</action>
110110
<action type="fix" dev="ggregory" due-to="Ivan Ponomarev">Fix Javadoc in DoubleRange.of(Double, Double) to reflect actual exception type thrown #1581.</action>
111111
<action issue="LANG-1452" type="fix" dev="ggregory" due-to="Gary Gregory, Aleksey Novozhilov, Sara">RecursiveToStringStyle and MultilineRecursiveToStringStyle shouldn't recurse into a java.math.BigDecimal #1584.</action>
112+
<action issue="LANG-1814" type="fix" dev="ggregory" due-to="Ivan Ponomarev">ArrayUtils.subarray(..) may overflow index arithmetic and violate contract for extreme index values.</action>
112113
<!-- ADD -->
113114
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
114115
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)