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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1a74ee9f86..6e5b907cc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +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. + 2007-03-14 Richard Henderson <rth@redhat.com> * sysdeps/alpha/fpu/s_llround.c: New file. |