about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2009-10-29 22:04:58 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-29 22:04:58 -0700
commit5c53736b52d5032171813d813d4a7ad505102b61 (patch)
tree0e541daa503b523f8feef1bb637dcbdd373dd675 /ChangeLog
parentee6f35389c751b93fd7298ec02f642587d996c71 (diff)
downloadglibc-5c53736b52d5032171813d813d4a7ad505102b61.tar.gz
glibc-5c53736b52d5032171813d813d4a7ad505102b61.tar.xz
glibc-5c53736b52d5032171813d813d4a7ad505102b61.zip
Fix nss_files if /etc/hosts is missing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed055a7f3e..3fae505586 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10540]
+	* nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
+	/etc/hosts does not exist set errnop and herrnop appropriately.
+	Patch by Steve Langasek <vorlon@debian.org>.
+
 	[BZ #10553]
 	* malloc/malloc.c (malloc_info): Fix typos in format strings.
 	Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.