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: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 411 Fix memory leaks in FAST TGS support krb5int_fast_prep_req remove tgs from request->padata and needs to free it. get_creds.c needs to use a fresh FAST state for each TGS request to avoid leaking armor keys. https://github.com/krb5/krb5/commit/50fb5d3192e68abf02d2c1dbebe51b4eb268972c Commit By: ghudson Revision: 25535 Changed Files: U trunk/src/lib/krb5/krb/fast.c U trunk/src/lib/krb5/krb/get_creds.c