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: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 515 Fix leaks on error in krb5 gss_acquire_cred() In acquire_cred_context(), when releasing the partially constructed cred on error, make sure to free the password and impersonator fields, and to destroy the ccache if we created it. https://github.com/krb5/krb5/commit/ee7315964e52fe351ddb6884e0e8baf1ecce2144 Author: Greg Hudson Commit: ee7315964e52fe351ddb6884e0e8baf1ecce2144 Branch: master src/lib/gssapi/krb5/acquire_cred.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-)