diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-30 22:48:47 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-30 22:48:47 -0400 |
commit | 4769ae77fc6c8dacea6476addb015c8797848cdd (patch) | |
tree | 23dcf208109df183c6b4c1819e2101166176e614 /ChangeLog | |
parent | 4462fad3d9db8c5d5c842b059edefa0019a5e045 (diff) | |
download | glibc-4769ae77fc6c8dacea6476addb015c8797848cdd.tar.gz glibc-4769ae77fc6c8dacea6476addb015c8797848cdd.tar.xz glibc-4769ae77fc6c8dacea6476addb015c8797848cdd.zip |
Handle DNS server failures in case of AF_UNSPEC lookups correctly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 31719ab503..dd4ad9ed1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-05-30 Ulrich Drepper <drepper@gmail.com> + [BZ #12684] + * resolv/res_send.c (__libc_res_nsend): Only go to the next name server + if both request failed. + (send_dg): In case of server errors clear resplen or *resplen2. + [BZ #12454] * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only when there are multiple maps. |