diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-11-28 17:18:12 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-11-28 17:18:12 +0530 |
commit | 5a4c6d53f50b264d60cf6453576ca2810c7890b7 (patch) | |
tree | bdb73e524e4b77c297b766c5be1c6967fe332381 /NEWS | |
parent | 897b98ba4dacb02edc3c8775f207a9c9a25fc1e4 (diff) | |
download | glibc-5a4c6d53f50b264d60cf6453576ca2810c7890b7.tar glibc-5a4c6d53f50b264d60cf6453576ca2810c7890b7.tar.gz glibc-5a4c6d53f50b264d60cf6453576ca2810c7890b7.tar.bz2 glibc-5a4c6d53f50b264d60cf6453576ca2810c7890b7.zip |
Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)
AF_INET lookup in hosts file uses _nss_files_gethostbyname2_r, which
is not capable of returning a canonical name if it has found one.
This change adds _nss_files_gethostbyname3_r, which wraps around
_nss_files_gethostbyname2_r and then returns result.h_name as the
canonical name.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ Version 2.19 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15917, 15919, 15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 15997, 16032, 16034, 16036, 16037, 16041, 16055, - 16071, 16072, 16074, 16078, 16103, 16112, 16143, 16144, 16146, 16150, - 16151, 16153, 16167, 16172, 16245. + 16071, 16072, 16074, 16077, 16078, 16103, 16112, 16143, 16144, 16146, + 16150, 16151, 16153, 16167, 16172, 16245. * The public headers no longer use __unused nor __block. This change is to support compiling programs that are derived from BSD sources and use |