[jdk22u] RFR: 8322040: Missing array bounds check in ClassReader.parameter [v3]
Liam Miller-Cushon
cushon at openjdk.org
Thu Jan 25 23:08:58 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 three additional commits since the last revision:
- Merge branch 'master' into backport-JDK-8322040
- 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/41e60f11..9543686d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk22u&pr=4&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk22u&pr=4&range=01-02
Stats: 6349 lines in 219 files changed: 4346 ins; 1144 del; 859 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