* t_cc.c: Code cleanup. Test more failure modes of the cache library
authorEzra Peisach <epeisach@mit.edu>
Sun, 24 Sep 2000 03:46:14 +0000 (03:46 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 24 Sep 2000 03:46:14 +0000 (03:46 +0000)
commit95585736c8da7a9b3b3b0c2cf7067d9d4c6a107e
tree47dd356e0233e1ef0ce9cab9f16a672df280a5bc
parent72ab1ae4c613e78539ccf721f781b10c998dc759
* t_cc.c: Code cleanup. Test more failure modes of the cache library

* cccopy.c (krb5_cc_copy_creds): Memory leak. Call krb5_cc_end_seq_get.

* cc_file.c (krb5_fcc_generate_new): Set flags to
  KRB5_TC_OPENCLOSE, otherwise parts of the library assumes that the
  file is open, when it is not.

* cc_stdio.c (krb5_scc_generate_new): Same as cc_file.c change.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12668 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/cc_file.c
src/lib/krb5/ccache/cc_stdio.c
src/lib/krb5/ccache/cccopy.c
src/lib/krb5/ccache/t_cc.c