[krbdev.mit.edu #8644] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Wed May 2 01:26:00 EDT 2018
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.
(cherry picked from commit cefc250efd71515dd665b606bcb993e617068758)
https://github.com/krb5/krb5/commit/57c70d882371fee7a1fca172d4a64f8f898b5c92
Author: sashan <anedvedicky at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 57c70d882371fee7a1fca172d4a64f8f898b5c92
Branch: krb5-1.15
src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list