[krbdev.mit.edu #7454] SVN Commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Thu Nov 29 01:59:46 EST 2012
Fix spin-loop bug in k5_sendto_kdc
In the second part of the first pass over the server list, we passed
the wrong list pointer to service_fds, causing it to see only a subset
of the server entries corresponding to sel_state. This could cause
service_fds to spin if an event is reported on an fd not in the
subset.
https://github.com/krb5/krb5/commit/2b06a22f7fd8ec01fb27a7335125290b8ceb6f18
Author: Greg Hudson <ghudson at mit.edu>
Commit: 2b06a22f7fd8ec01fb27a7335125290b8ceb6f18
Branch: master
src/lib/krb5/os/sendto_kdc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the krb5-bugs
mailing list