[142] in CVS-changelog-for-Kerberos-V5
CVS report: src/lib/krb5/krb copy_tick.c gc_2tgt.c gc_frm_kdc.c gc_via_tgt.c get_in_tkt.c mk_req.c rd_safe.c
daemon@ATHENA.MIT.EDU (tytso@MIT.EDU)
Thu Jan 13 18:19:19 1994
Date: Thu, 13 Jan 94 18:19:09 EST
From: tytso@MIT.EDU
To: cvs-krb5@MIT.EDU
Update of /mit/krb5/.cvsroot/src/lib/krb5/krb
In directory tsx-11:/u1/krb5/sandbox/src/lib/krb5/krb
Modified Files:
copy_tick.c gc_2tgt.c gc_frm_kdc.c gc_via_tgt.c get_in_tkt.c
mk_req.c rd_safe.c
Log Message:
Fixed memory deallocation/cleanup on error returns.
For the credentials structures, established the convention that any of
the Kerberos routines that mutate the credentials structures shall
free substructure before replacing it.