Skip to content

Commit 7732ac9

Browse files
committed
Reject hex letters in NumericEntityUnescaper decimal scan (#1739).
1 parent f015a7e commit 7732ac9

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
@@ -218,6 +218,7 @@ java.lang.NullPointerException: Cannot invoke
218218
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Fix Strings.CI.indexOf() returning out-of-range index for empty search (#1737).</action>
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>
221+
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Reject hex letters in NumericEntityUnescaper decimal scan (#1739).</action>
221222
<!-- ADD -->
222223
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
223224
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)