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 X-RT-Original-Encoding: iso-8859-1 Content-Length: 569 Clean up rcache if GSS krb5 acquire_cred fails The error handler in acquire_cred_context didn't release the rcache, which would cause it to leak if we failed after acquire_accept_cred. (cherry picked from commit 9df0c4bdce6b88a01af51e4bbb9a365db00256d5) https://github.com/krb5/krb5/commit/08b5facdaa3397126b7502d5b1cd1aff1216c840 Author: Greg Hudson Committer: Tom Yu Commit: 08b5facdaa3397126b7502d5b1cd1aff1216c840 Branch: krb5-1.11 src/lib/gssapi/krb5/acquire_cred.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)