diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-14 22:47:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-14 22:47:15 +0000 |
commit | 5846c4e2692a18a922cf07ab6c3ec20efa61b4d3 (patch) | |
tree | b9f3f02645cf01ddfc591f355a58e958d3d6f76e /ChangeLog | |
parent | af77c9b7484f64b61f51087dc2e36d1393ee2940 (diff) | |
download | glibc-5846c4e2692a18a922cf07ab6c3ec20efa61b4d3.tar glibc-5846c4e2692a18a922cf07ab6c3ec20efa61b4d3.tar.gz glibc-5846c4e2692a18a922cf07ab6c3ec20efa61b4d3.tar.bz2 glibc-5846c4e2692a18a922cf07ab6c3ec20efa61b4d3.zip |
(match_prefix): Don't treat IPv4 loopback address special when
converting to v4 mapped addressed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ [BZ #6472] * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have to be treated like link-local addresses. + (match_prefix): Don't treat IPv4 loopback address special when + converting to v4 mapped addressed. * sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_hconf_init if necessary. |