CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/23 15:26:25
Modified files:
lib/libc/asr : getaddrinfo_async.c gethostnamadr_async.c
getnetnamadr_async.c res_search_async.c
Log message:
Make queries using the search list for hostname lookups fail with
NO_DATA/EAI_NODATA when the hostname param is an empty string.
So far, they were using the entries in the search list with no
additional component, which is not really expected.
reported by jsing@ and a few others
ok deraadt@, "makes sense" jsing@