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: 736 Fix GSS krb5 acceptor acquire_cred error handling When acquiring acceptor creds with a specified name, if we fail to open a replay cache, we leak the keytab handle. If there is no specified name and we discover that there is no content in the keytab, we leak the keytab handle and return the wrong major code. Memory leak reported by Andrea Campi. (cherry picked from commit decccbcb5075f8fbc28a535a9b337afc84a15dee) https://github.com/krb5/krb5/commit/0eb2c1a21af5028c0dd0334e0c01566fa1175052 Author: Greg Hudson Committer: Tom Yu Commit: 0eb2c1a21af5028c0dd0334e0c01566fa1175052 Branch: krb5-1.10 src/lib/gssapi/krb5/acquire_cred.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)