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 RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 462 Fix leak in krb5_server_decrypt_ticket_keytab() When we skip a keytab entry because it is of the wrong enctype, free it before continuing. https://github.com/krb5/krb5/commit/9984c2343c96f3aaaf8a8d6dfc1b6de1eae533c2 Author: Seemant Choudhary Committer: Greg Hudson Commit: 9984c2343c96f3aaaf8a8d6dfc1b6de1eae533c2 Branch: master src/lib/krb5/krb/srv_dec_tkt.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)