RFR: JDK-8303354: addCertificatesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return [v2]

Martin Doerr mdoerr at openjdk.org
Thu Mar 2 13:50:07 UTC 2023


On Thu, 2 Mar 2023 09:47:56 GMT, Matthias Baesken <mbaesken at 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.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   handle missing CFRelease calls

Thanks for the update!

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

Marked as reviewed by mdoerr (Reviewer).

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



More information about the security-dev mailing list