about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-26 12:16:24 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-26 12:16:24 -0700
commite28b969b49811a30887e7a252ac1804a055fe297 (patch)
tree04c74c2225e9e86f0cfbf856143a87a5e0d6abdb /ChangeLog
parent889f847e4a031e620cfd89c8bc6f6ae919caf200 (diff)
downloadglibc-e28b969b49811a30887e7a252ac1804a055fe297.tar.gz
glibc-e28b969b49811a30887e7a252ac1804a055fe297.tar.xz
glibc-e28b969b49811a30887e7a252ac1804a055fe297.zip
Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.
When doing IPv4+6 lookups we have to pass up the error record from
send_dg.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a49ccbfc97..977f0f8936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10452]
+	* resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
+	replies up.
+
 	* elf/elf.h: Define NT_GNU_GOLD_VERSION.
 
 2009-07-25  Ulrich Drepper  <drepper@redhat.com>