From: Ulrich Drepper Date: Sat, 16 Jun 2007 16:55:38 +0000 (+0000) Subject: [BZ #4599] X-Git-Tag: cvs/glibc-2_6_1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d4a4e53c831995fbb5ab4a17ea07ddc9b5ab52;p=thirdparty%2Fglibc.git [BZ #4599] 2007-06-16 Ulrich Drepper [BZ #4599] * sysdeps/unix/sysv/linux/check_pf.c (make_request): When determining whether there are IPv4/IPv6 addresses, ignore loopback addresses. --- diff --git a/ChangeLog b/ChangeLog index eff38e80b98..0fcf5fcf55e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-06-16 Ulrich Drepper + + [BZ #4599] + * sysdeps/unix/sysv/linux/check_pf.c (make_request): When + determining whether there are IPv4/IPv6 addresses, ignore loopback + addresses. + 2007-06-14 Uros Bizjak * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.