CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/02/14 13:15:05
Modified files: lib/libc/asr : asr_private.h getaddrinfo_async.c Log message: Limit AI_ADDRCONFIG effects to DNS queries. This is what RFC 2553 initially described, sadly RFC 3493 stopped limiting scope to DNS. This can result in nonsensical failures with loopback addresses, link-local addresses, raw addresses and /etc/hosts entries. with and ok eric@ sperreault@