Skip to content

Commit 23f7b31

Browse files
committed
Harden Range.readObject() to reject bad cached hash code (#1633)
1 parent 166ceb7 commit 23f7b31

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
@@ -136,6 +136,7 @@ java.lang.NullPointerException: Cannot invoke
136136
<action issue="LANG-1823" type="fix" dev="ggregory" due-to="尹茂椿萱, Gary Gregory">LocaleUtils.toLocale cannot parse valid JDK Locale string containing '#' #1630.</action>
137137
<action issue="LANG-879" type="fix" dev="ggregory" due-to="Matthew T. Adams, Gary Gregory">LocaleUtils test fails with new Locale "ja_JP_JP_#u-ca-japanese" of JDK7.</action>
138138
<action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary Gregory">Fix typo in SystemProperties.JDK_XML_ENTITY_REPLACEMENT_LIMIT (#1631).</action>
139+
<action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary Gregory">Harden Range.readObject() to reject bad cached hash code (#1633).</action>
139140
<!-- ADD -->
140141
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
141142
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)