RFR: 8282578: AIOOBE in javax.sound.sampled.Clip [v2]

Alexander Zuev kizune at openjdk.org
Wed Dec 7 06:50:59 UTC 2022


On Sun, 4 Dec 2022 22:17:55 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> Add try/catch clause to ignore an exception since it is harmless for we isolated
>> the massge data before passing it ro processor.
>> Add test case.
>
> Alexander Zuev 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 five additional commits since the last revision:
> 
>  - Got rid of the try/catch and using the proper per-case data length
>    analysis.
>  - Merge branch 'master' into JDK-8282578
>  - Merge branch 'master' of https://github.com/azuev-java/jdk into JDK-8282578
>  - Merge branch 'master'
>  - 8282578: AIOOBE in javax.sound.sampled.Clip
>    
>    Surround SysEx message processing block with try/catch allowing MIDI subsystem to
>    attempt to ingest the rest of the file.
>    
>    Added test case.

@azvegint Can you please take a look?

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

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



More information about the client-libs-dev mailing list