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 RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 527 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. (cherry picked from commit 9984c2343c96f3aaaf8a8d6dfc1b6de1eae533c2) https://github.com/krb5/krb5/commit/2cd4ec15e28f669e650c71a52c2a755a982820e2 Author: Seemant Choudhary Committer: Tom Yu Commit: 2cd4ec15e28f669e650c71a52c2a755a982820e2 Branch: krb5-1.13 src/lib/krb5/krb/srv_dec_tkt.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)