[jdk22u] RFR: 8322040: Missing array bounds check in ClassReader.parameter
Liam Miller-Cushon
cushon at openjdk.org
Tue Dec 19 16:53:05 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/jdk22u/pull/4/files
Webrev: https://webrevs.openjdk.org/?repo=jdk22u&pr=4&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8322040
Stats: 157 lines in 2 files changed: 156 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk22u/pull/4.diff
Fetch: git fetch https://git.openjdk.org/jdk22u.git pull/4/head:pull/4
PR: https://git.openjdk.org/jdk22u/pull/4
More information about the jdk-updates-dev
mailing list