If recv_from_to is passed a buffer for the local endpoint address,
authorKen Raeburn <raeburn@mit.edu>
Wed, 14 Jan 2009 21:29:10 +0000 (21:29 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 14 Jan 2009 21:29:10 +0000 (21:29 +0000)
commit976e08fab4a7829e9fe1dc5fe8ee7b96862307a6
tree78ed7e1522c773a66042b9fda0ad7ba82a2f6e1e
parent17c8e77afa8a513f6ad5b5364a7928d3a9c18b6f
If recv_from_to is passed a buffer for the local endpoint address,
clobber it before doing anything else, just in case we can't retrieve
the address and the caller blindly uses the buffer anyways.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21747 dc483132-0cff-0310-8789-dd5450dbe970
src/kadmin/server/network.c
src/kdc/network.c