> Validate class name length immediately after GetStringUTFLength() in 
> Class.forName0. This prevents potential issues caused by overly long class 
> names before they reach later code that would reject them, throwing 
> ClassNotFoundException early.

Guanqiang Han has updated the pull request incrementally with one additional 
commit since the last revision:

  Update Class.java
  
  avoid the case of int overflow

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/26802/files
  - new: https://git.openjdk.org/jdk/pull/26802/files/e7e23d89..eb1537c9

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26802&range=09
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26802&range=08-09

  Stats: 6 lines in 1 file changed: 3 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/26802.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26802/head:pull/26802

PR: https://git.openjdk.org/jdk/pull/26802

Reply via email to