diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-17 01:08:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-17 01:08:57 +0000 |
commit | 31dfab9e1775a673b18858af13794c50477ac76a (patch) | |
tree | 2836894ac62398d8f6679d67cc8d9aa440d0a3c4 /ChangeLog | |
parent | 5bdd77cb60126cbf6c96ac0d39eb49e6e45d759c (diff) | |
download | glibc-31dfab9e1775a673b18858af13794c50477ac76a.tar.gz glibc-31dfab9e1775a673b18858af13794c50477ac76a.tar.xz glibc-31dfab9e1775a673b18858af13794c50477ac76a.zip |
Update.
* sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Check lengths before copying. This might leave holes in the list. Adjust pointers if necessary. (netlink_receive): Allocate only one block. (free_netlink_handle): Adjust appropriately. (getifaddrs): Lots of cleanups.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 81dfa78503..f211511ee2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2003-04-16 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Check lengths + before copying. This might leave holes in the list. Adjust + pointers if necessary. + (netlink_receive): Allocate only one block. + (free_netlink_handle): Adjust appropriately. + (getifaddrs): Lots of cleanups. + * string/test-strncpy.c (do_one_test): Mark start and stop as possibly unused. |