On Thu, 2 Mar 2023 09:47:56 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. > > 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