[jdk8u-dev] Integrated: 8289301: P11Cipher should not throw out of bounds exception during padding
Zdenek Zambersky
zzambers at openjdk.org
Tue Mar 21 11:34:55 UTC 2023
On Wed, 15 Mar 2023 15:12:36 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:
> Fix for possible OOB exception by P11Cipher. Backported from [jdk11u-dev](https://github.com/openjdk/jdk11u-dev/commit/7d8991978bbe1cc03ba2386f5e699239ba47934c).
>
> Only really modified `@library` (fixed by removing unnecessary path.)
>
> Testing:
> [jdk_security](https://github.com/zzambers/jdk-tester/actions/runs/4427068905/jobs/7764159983) OK (new test passed, no regressions to [master](https://github.com/zzambers/jdk-tester/actions/runs/4407115132/jobs/7720330395) )
This pull request has now been integrated.
Changeset: ae6405fe
Author: Zdenek Zambersky <zzambers at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/ae6405fe642c8b5092c82ed22b41a281f49961b5
Stats: 124 lines in 2 files changed: 117 ins; 0 del; 7 mod
8289301: P11Cipher should not throw out of bounds exception during padding
Reviewed-by: phh
Backport-of: 7d8991978bbe1cc03ba2386f5e699239ba47934c
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/287
More information about the jdk8u-dev
mailing list