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: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 566 Fix memory leak on error in KDC decrypt_2ndtkt() Make sure to release the server principal entry in the cleanup handler if it is not assigned to the output parameter. Reported by Will Fiveash. (cherry picked from commit a1faaa4d6a404e3103f45e639b8890c3b141dfe1) https://github.com/krb5/krb5/commit/94ea7ae4039c553b3d7df5da384240d612782ba1 Author: Greg Hudson Committer: Tom Yu Commit: 94ea7ae4039c553b3d7df5da384240d612782ba1 Branch: krb5-1.13 src/kdc/do_tgs_req.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)