about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-09-01 09:15:36 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-09-01 09:15:36 +0200
commit5f8340f583fe3d4f5734bd2371c5a45ecff2db0d (patch)
treeb2ee97df516444f2077b4a10bc1b44475ee97382 /ChangeLog
parent65329bd233db9d1b8b94e90734a564705b619260 (diff)
downloadglibc-5f8340f583fe3d4f5734bd2371c5a45ecff2db0d.tar.gz
glibc-5f8340f583fe3d4f5734bd2371c5a45ecff2db0d.tar.xz
glibc-5f8340f583fe3d4f5734bd2371c5a45ecff2db0d.zip
getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a04985f2c3..2cb929635a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-09-01  Florian Weimer  <fweimer@redhat.com>
 
+	[BZ #21922]
+	* sysdeps/posix/getaddrinfo.c (gaih_inet): Report EAI_NODATA error
+	coming from gethostbyname2_r.
+
+2017-09-01  Florian Weimer  <fweimer@redhat.com>
+
 	* support/namespace.h (struct support_chroot_configuration): Add
 	hosts, host_conf.
 	(struct support_chroot): Add path_hosts, path_host_conf.