RFR: 8336833: Endless loop in Javap ClassWriter
Chen Liang
liach at openjdk.org
Fri Jul 19 16:05:30 UTC 2024
On Fri, 19 Jul 2024 15:32:24 GMT, Adam Sotona <asotona at openjdk.org> wrote:
> Artificially corrupted class with overflowing max - min values of `tableswitch` instruction cause infinite loop in `jdk.internal.classfile.impl.CodeImpl::inflateJumpTargets`
>
> This patch fixes the overflow and adds relevant test.
>
> Please review.
>
> Thank you,
> Adam
Marked as reviewed by liach (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20258#pullrequestreview-2188581388
More information about the core-libs-dev
mailing list