Switch from gethostbyname() to getaddrinfo()
Status: Inactive
Brought to you by:
dugsong
Use of gethostbyname (in src/addr.c) may prevent the program from working properly on IPv6 systems. getaddrinfo should be used in preference.
See also: https://bugzilla.redhat.com/show_bug.cgi?id=990560