Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/9df0c4bdce6b88a01af51e4bbb9a365db00256d5
Author: Greg Hudson <ghudson@mit.edu>
Commit: 9df0c4bdce6b88a01af51e4bbb9a365db00256d5
Branch: master
src/lib/gssapi/krb5/acquire_cred.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

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/48676d2057ee2deef04f374ffc0f2492aabe7299
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 48676d2057ee2deef04f374ffc0f2492aabe7299
Branch: krb5-1.12
src/lib/gssapi/krb5/acquire_cred.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)