Bugs found in fcc_gennew.c:
authorTheodore Tso <tytso@mit.edu>
Wed, 6 Jan 1993 00:10:14 +0000 (00:10 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 6 Jan 1993 00:10:14 +0000 (00:10 +0000)
commit5162fd54409ae73cac913312bd7b5bfc3df52838
tree686025b7dcc32f2493c4adace6eb7dafd1c61d9b
parent4693b9f32a3d44f4f0bcedb6233dd73c28ddc4ed
Bugs found in fcc_gennew.c:
    1) krb5_ccache fd not initialized (should be set to -1 to indicate file
        is closed)
    2) Extra close of file during normal execution causes problems in a
        multi-threaded environment and is never necessary (close deleted).
    3) Garbage Collection.  Errors left memory allocated.

From: pato@apollo.com (Joe Pato)
Date: Fri, 27 Sep 91 16:40:40 EDT
To: krb5-bugs@MIT.EDU

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2476 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/file/fcc_gennew.c