Skip to content

Commit 93c073e

Browse files
committed
Keep FastDateParser numeric parse from throwing on int overflow (#1741).
1 parent d4b4d8c commit 93c073e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ java.lang.NullPointerException: Cannot invoke
219219
<action issue="LANG-1827" type="fix" dev="ggregory" due-to="Sarankumar Baskar, Gary Gregory">Support escaped single quotes ('') in DurationFormatUtils format patterns (#1700).</action>
220220
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Keep DurationFormatUtils.lexx() from merging repeated fields split by a literal (#1738).</action>
221221
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Reject hex letters in NumericEntityUnescaper decimal scan (#1739).</action>
222+
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Keep FastDateParser numeric parse from throwing on int overflow (#1741).</action>
222223
<!-- ADD -->
223224
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
224225
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)