[krbdev.mit.edu #8644] git commit

Greg Hudson via RT rt-comment at KRBDEV-PROD-APP-1.mit.edu
Wed May 2 01:25:35 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/8e4304ec2f56043a1251993d1a527b1a6a97a4c8
Author: sashan <anedvedicky at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 8e4304ec2f56043a1251993d1a527b1a6a97a4c8
Branch: krb5-1.16
 src/plugins/preauth/pkinit/pkinit_crypto_openssl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list