[jdk21u-dev] RFR: 8322040: Missing array bounds check in ClassReader.parameter

Liam Miller-Cushon cushon at openjdk.org
Tue Dec 19 16:54:07 UTC 2023


Hi,

This is a backport of [JDK-8322040: Missing array bounds check in ClassReader.parameter](https://bugs.openjdk.org/browse/JDK-8322040).

The fix applied cleanly. The test required updating due to changes in the Class-File API. The modified test fails without the patch, and passes with it.

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

Commit messages:
 - Backport 20de541b1304b4dc3a385f8a78f1215da237e4aa

Changes: https://git.openjdk.org/jdk21u-dev/pull/74/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=74&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8322040
  Stats: 153 lines in 2 files changed: 152 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk21u-dev/pull/74.diff
  Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/74/head:pull/74

PR: https://git.openjdk.org/jdk21u-dev/pull/74


More information about the jdk-updates-dev mailing list