On Tue, 28 Feb 2023 15:17:19 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> We have a (potential) early return in addCertificatesToKeystore in > KeystoreImpl.m . This is implemented by the CHECK_NULL macro. However this > missed a CFRelease call. This pull request has now been integrated. Changeset: b51ea420 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b51ea4204eaa18687e7712e87cdc92efbddfcb5b Stats: 24 lines in 1 file changed: 17 ins; 0 del; 7 mod 8303354: addCertificatesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return Reviewed-by: clanger, mdoerr, weijun ------------- PR: https://git.openjdk.org/jdk/pull/12788