Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 488 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(-)