diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 23:49:49 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 23:49:49 -0400 |
commit | 7ae22829afb2b4ca531d1c00437d428f55d59341 (patch) | |
tree | ea2a495f13c93dd2ce2b45a319f8118974a0a30f /ChangeLog | |
parent | 553149f603fa2897052af45c676020558d7138a6 (diff) | |
download | glibc-7ae22829afb2b4ca531d1c00437d428f55d59341.tar glibc-7ae22829afb2b4ca531d1c00437d428f55d59341.tar.gz glibc-7ae22829afb2b4ca531d1c00437d428f55d59341.tar.bz2 glibc-7ae22829afb2b4ca531d1c00437d428f55d59341.zip |
Restore _res correctly
getaddrinfo works around the resolver functionality to avoid automatic
IPv6 lookups. The restoring didn't allow for the resolver to set
additional bits in _res.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-05-29 Ulrich Drepper <drepper@gmail.com> + [BZ #12350] + * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6 + bit from old_res_options. + (gaih_inet): Likewise. + [BZ #11099] * shadow/sgetspent_r.c (LINE_PARSER): Interpret nymeric field values as signed. |