svn rev #20510: trunk/src/ccapi/server/

lxs@MIT.EDU lxs at MIT.EDU
Thu Jul 10 16:17:52 EDT 2008


Commit By: lxs
Log Message: 
ticket: new
subject: CCacheServer crashes iterating over creds which have been destroyed

ccs_list_release was trying to manually delete the iterators with a 
broken for loop which skipped iterators.  Since the iterators were referenced
by the client, when the client exited it would tell the iterators to release
themselves.  The orphaned itertors would attempt to remove themselves from
their list (which had been released) resulting in a crash.



Changed Files:
U   trunk/src/ccapi/server/ccs_list_internal.c



More information about the cvs-krb5 mailing list