[jdk22u] RFR: 8322040: Missing array bounds check in ClassReader.parameter [v2]
Liam Miller-Cushon
cushon at openjdk.org
Wed Jan 17 03:51:24 UTC 2024
> 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.
Liam Miller-Cushon has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
- Merge branch 'master' into backport-JDK-8322040
- Backport 20de541b1304b4dc3a385f8a78f1215da237e4aa
-------------
Changes:
- all: https://git.openjdk.org/jdk22u/pull/4/files
- new: https://git.openjdk.org/jdk22u/pull/4/files/1511ce17..41e60f11
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk22u&pr=4&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk22u&pr=4&range=00-01
Stats: 2388 lines in 139 files changed: 1414 ins; 515 del; 459 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