diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-03-15 20:05:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-03-15 20:05:19 +0000 |
commit | 6cb988fa7b81cd5f850c3f31fbae318a1df63521 (patch) | |
tree | 26930174d009a8c58f2ed1b5f3e9f9ff089e09c6 /inet/Makefile | |
parent | 02c906999c8500a43005e47f5810883b3a5189d8 (diff) | |
download | glibc-6cb988fa7b81cd5f850c3f31fbae318a1df63521.tar.gz glibc-6cb988fa7b81cd5f850c3f31fbae318a1df63521.tar.xz glibc-6cb988fa7b81cd5f850c3f31fbae318a1df63521.zip |
[BZ #4181]
2007-03-15 Jakub Jelinek <jakub@redhat.com> [BZ #4181] * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0. (inet6_opt_append): Don't check extlen is big enough if extbuf is NULL. (inet6_opt_finish): Likewise. * inet/Makefile (tests): Add test-inet6_opt. * inet/test-inet6_opt.c: New test. * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY NLMSG_ERR. Instead use a page sized buffer. * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized buffer.
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/Makefile b/inet/Makefile index ad90b06199..5823b69e9c 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -52,7 +52,7 @@ routines := htonl htons \ aux := check_pf ifreq tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \ - tst-gethnm test-ifaddrs bug-if1 + tst-gethnm test-ifaddrs bug-if1 test-inet6_opt include ../Rules |