diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-22 15:00:54 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-22 15:00:54 -0400 |
commit | fa3fc0fe5f452d0aa7e435d8f32e992958683819 (patch) | |
tree | 37203438a7bfb2a347803415289aacc6fdf8c82e /ChangeLog | |
parent | e12df166d37522c2ed434c2d70a1b04640d2d7c6 (diff) | |
download | glibc-fa3fc0fe5f452d0aa7e435d8f32e992958683819.tar glibc-fa3fc0fe5f452d0aa7e435d8f32e992958683819.tar.gz glibc-fa3fc0fe5f452d0aa7e435d8f32e992958683819.tar.bz2 glibc-fa3fc0fe5f452d0aa7e435d8f32e992958683819.zip |
Avoid __check_pf calls in getaddrinfo unless really needed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-06-22 Ulrich Drepper <drepper@gmail.com> + + [BZ #12907] + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf + until it is clear that the information is realy needed. + Patch mostly by David Hanisch <david.hanisch@nsn.com>. + 2011-06-22 Andreas Schwab <schwab@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change. |