Fix racy file ccache corruption in cred_delete()
commita9bd3c6e5043fb3bb67dc338cf5a7e745a90590e
authorNicolas Williams <nico@cryptonector.com>
Sat, 17 Aug 2013 04:48:57 +0000 (16 23:48 -0500)
committerNicolas Williams <nico@cryptonector.com>
Thu, 12 Sep 2013 17:14:39 +0000 (12 12:14 -0500)
tree50db5e7de6b51e286d3a06f6fb3980c432721f27
parente3eb1305f58f542d63eb08ee8b08ba055d6e88bb
Fix racy file ccache corruption in cred_delete()

We *really* need a ccache instance ID tag.  In fact, we should probably
never krb5_cc_initialize() a ccache that doesn't have such a tag.  But
for now cred_delete() is now safe enough.
lib/krb5/fcache.c