Correct error handling bug in prior commit In crypto_encode_der_cert(), if the second i2d_X509() invocation fails, make sure to free the allocated pointer and not the possibly-modified alias. https://github.com/krb5/krb5/commit/7fdaef7c3280c86b5df25ae061fb04cc56d8620c Author: Greg Hudson Commit: 7fdaef7c3280c86b5df25ae061fb04cc56d8620c Branch: master src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)