Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: tlyu@mit.edu Subject: CVS Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 441 * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Cause free_tgt and free_otgt to track the states of tgt and otgt correctly, to avoid a double-free condition which previously happened when this function returned to krb5_get_credentials(), which proceeded to free a previously freed TGT in the returned TGT list. Commit By: tlyu Revision: 17578 Changed Files: U trunk/src/lib/krb5/krb/ChangeLog U trunk/src/lib/krb5/krb/gc_frm_kdc.c