]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix spin-loop bug in k5_sendto_kdc
authorGreg Hudson <ghudson@mit.edu>
Thu, 29 Nov 2012 06:58:13 +0000 (01:58 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 29 Nov 2012 06:59:17 +0000 (01:59 -0500)
commit2b06a22f7fd8ec01fb27a7335125290b8ceb6f18
tree381cc298b4e9daa07998551309c0916b0515ea86
parent6b37134d163beeeb136b4a59109c523e0bf83f3b
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.

ticket: 7454
target_version: 1.10.4
tags: pullup
src/lib/krb5/os/sendto_kdc.c