aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-21 17:03:38 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-21 17:03:38 -0400
commitc0244a9dedce43a4b950d91451b16a7cf5408476 (patch)
tree49e776a11f30fbe72341d873f071145983701c2d /ChangeLog
parentc5e3c2ae59cc8c5d3ad5e1adfd099c726baad862 (diff)
downloadglibc-c0244a9dedce43a4b950d91451b16a7cf5408476.tar
glibc-c0244a9dedce43a4b950d91451b16a7cf5408476.tar.gz
glibc-c0244a9dedce43a4b950d91451b16a7cf5408476.tar.bz2
glibc-c0244a9dedce43a4b950d91451b16a7cf5408476.zip
Fix IPv6-only lookups through getaddrinfo
A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19807a9150..abc4894493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-06-21 Ulrich Drepper <drepper@gmail.com>
+ [BZ #12885]
+ * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
+ addresses using gethostbyname4_r ignore IPv4 addresses.
+
* sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
branch using gethostbyname2 is only for AF_INET. Optimize accordingly.