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

Matthias Baesken mbaesken at openjdk.org
Thu Mar 2 14:21:14 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

Hi Martin and Weijun, thanks for the reviews !

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

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



More information about the security-dev mailing list