Integrated: 8322040: Missing array bounds check in ClassReader.parameter

Liam Miller-Cushon cushon at openjdk.org
Fri Dec 15 10:19:51 UTC 2023


On Wed, 13 Dec 2023 22:57:04 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> Hello,
> 
> Please consider this fix which adds a missing array bounds check in `ClassReader.parameter`.
> 
> I found this while investigating the crash described in [JDK-8322040](https://bugs.openjdk.org/browse/JDK-8322040).

This pull request has now been integrated.

Changeset: 20de541b
Author:    Liam Miller-Cushon <cushon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/20de541b1304b4dc3a385f8a78f1215da237e4aa
Stats:     154 lines in 2 files changed: 153 ins; 0 del; 1 mod

8322040: Missing array bounds check in ClassReader.parameter

Reviewed-by: vromero

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

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


More information about the compiler-dev mailing list