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: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 549 Fix a memory leak in krb5_get_init_creds_keytab lookup_etypes_for_keytab was not freeing the keytab entries it iterated over. Reported by nalin@redhat.com. (cherry picked from commit a39af2971e03d3dc6da2cfd8959feebd40a0ffc0) https://github.com/krb5/krb5/commit/d2a66c6d4c66151acc0a4975e272f0bdc5844ec7 Author: Greg Hudson Committer: Tom Yu Commit: d2a66c6d4c66151acc0a4975e272f0bdc5844ec7 Branch: krb5-1.11 src/lib/krb5/krb/gic_keytab.c | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-)