diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-23 05:12:50 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-23 05:12:50 +0000 |
commit | 9fd31b8bebc2644e1586c10b74d0db9a10a8a52b (patch) | |
tree | 3750404d2843473b830df3296135708eff11c4a0 /lib/ChangeLog | |
parent | fc6f1f7f9c9872e19f9f1351c3f3afe77d7ad6bc (diff) | |
download | coreutils-9fd31b8bebc2644e1586c10b74d0db9a10a8a52b.tar.xz |
* lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
Problem reported by Eric Blake.
(getaddrinfo): Initialize se so that it's not garbage.
Redo internal storage allocation so that it doesn't make unportable
assumptions about alignment.
Fix a memory leak.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 0c0467395..167089063 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2005-09-22 Paul Eggert <eggert@cs.ucla.edu> + + * getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>. + Problem reported by Eric Blake. + (getaddrinfo): Initialize se so that it's not garbage. + Redo internal storage allocation so that it doesn't make unportable + assumptions about alignment. + Fix a memory leak. + 2005-09-21 Paul Eggert <eggert@cs.ucla.edu> Sync from gnulib. |