[krbdev.mit.edu #8531] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Mon Jan 9 15:30:43 EST 2017


Fix KDC/kadmind startup on some IPv4-only systems

getaddrinfo(NULL, ...) may yield an IPv6 wildcard address on IPv4-only
systems, and creating a socket for that address may result in an
EAFNOSUPPORT error.  Tolerate that error as long as we can bind at
least one socket for the address.

(cherry picked from commit 04c2bb56f5203b296b24314810eca02f5dc7e491)

https://github.com/krb5/krb5/commit/552a129fb857e7f6fa734011d69785ad912b3fc5
Author: Greg Hudson <ghudson at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: 552a129fb857e7f6fa734011d69785ad912b3fc5
Branch: krb5-1.15
 src/lib/apputils/net-server.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)



More information about the krb5-bugs mailing list