summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-09-01 08:57:52 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-09-01 08:57:52 +0200
commita2881ef01450295782b065f2f850f340d5c12c14 (patch)
tree7abcbf2374defb0b0d3c7b0ad5613b99d2406cf4 /ChangeLog
parentad816a5e00ce891a2cea8187638fa0e00f83aaf6 (diff)
downloadglibc-a2881ef01450295782b065f2f850f340d5c12c14.tar.gz
glibc-a2881ef01450295782b065f2f850f340d5c12c14.tar.xz
glibc-a2881ef01450295782b065f2f850f340d5c12c14.zip
getaddrinfo: In gaih_inet, use h_errno for certain status values only
h_errno is not set for NSS_STATUS_SUCCESS, so its value might not be
accurate at this point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4229a83b9c..f86a435448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-09-01  Florian Weimer  <fweimer@redhat.com>
 
+	* sysdeps/posix/getaddrinfo.c (gaih_inet): Only use h_errno if
+	status indicates it is set.
+
+2017-09-01  Florian Weimer  <fweimer@redhat.com>
+
 	* sysdeps/posix/getaddrinfo.c (gaih_inet): Make reporting of NSS
 	function lookup failures more reliable.