* sendto_kdc.c (service_fds): Don't create a select_state on the stack; take an
authorKen Raeburn <raeburn@mit.edu>
Fri, 10 Jun 2005 01:47:29 +0000 (01:47 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 10 Jun 2005 01:47:29 +0000 (01:47 +0000)
commitbd344034a0c4042949cd871a7c5ce8a1b5503831
tree1716eee2bd9f068e387b7ed6ddda82898abaead6
parent9bc6214ed3297c86346e0f6630b11b47241eb614
* sendto_kdc.c (service_fds): Don't create a select_state on the stack; take an
additional argument pointing to it.
(krb5int_sendto): Don't create a select_state on the stack; instead, allocate
two on the heap, passing the second as the new argument to service_fds.

ticket: 3060
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17234 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/sendto_kdc.c