From: | ghudson@mit.edu |
Subject: | git commit |
Fix memory leak in KDC PKINIT code
Commit e5c77a11341a79e6af1e5aef7c587a5b75a9e378 introduced a memory
leak of the client public key in server_process_dh(). Free
client_pubkey on success as well as failure.
https://github.com/krb5/krb5/commit/cefc250efd71515dd665b606bcb993e617068758
Author: sashan <anedvedicky@gmail.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: cefc250efd71515dd665b606bcb993e617068758
Branch: master
src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)