[krbdev.mit.edu #6026] SVN Commit
Alexandra Ellwood via RT
rt-comment at krbdev.mit.edu
Thu Jul 10 16:17:59 EDT 2008
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.
Commit By: lxs
Revision: 20510
Changed Files:
U trunk/src/ccapi/server/ccs_list_internal.c
More information about the krb5-bugs
mailing list