On Sun, 4 Dec 2022 22:17:55 GMT, Alexander Zuev <[email protected]> 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
