* sendauth.c (krb5_sendauth): Set credspout to NULL if it's
authorTom Yu <tlyu@mit.edu>
Tue, 9 Mar 1999 03:41:29 +0000 (03:41 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 9 Mar 1999 03:41:29 +0000 (03:41 +0000)
commitc7969748c8feeedd604e5ff8dc8c97563759e74d
treeae2a102a5c8be620f62bbc48077478e1cefdf06b
parentc8f2a6b57b0d97f46136ffc04e30edf356de0531
* sendauth.c (krb5_sendauth): Set credspout to NULL if it's
destined to be returned to avoid freeing it.  Also,
unconditionally free credspout if it's non-NULL so that if someone
doesn't pass in a ticket and doesn't give us a non-NULL out_creds,
we don't leak it. [krb5-libs/699]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11249 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/sendauth.c