glibc/resolv/nss_dns
Jeroen van Bemmel 7b6e99be77 Avoid duplicate DNS requests if answer is longer than a implementation
limit

        [BZ #14307]
        * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
        the temporary buffer used to invoke __gethostbyname2_r,
        __gethostbyaddr_r and gethostbyname4_r to make room for struct
        host_data / struct gaih_addrtuple.
        * resolv/nss_dns/dns-host.c (global scope): Move definition of
        implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
        header file nss/nsswitch.h.
        * nss/nsswitch.h (global scope): Add definition of implementation
        constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
        resolv/nss_dns/dns-host.c).
2012-07-12 11:31:48 +05:30
..
dns-canon.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dns-host.c Avoid duplicate DNS requests if answer is longer than a implementation 2012-07-12 11:31:48 +05:30
dns-network.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00