summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-22 18:43:44 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-22 18:43:44 +0000
commit6535f55f1a0cd3415a2594a0f945a1613c3edd4d (patch)
treedcd32c924ef9fe84af14368277caadda3a75112a /ChangeLog
parent8dd719970a2c282fa7b1fbf485f2744557abc676 (diff)
Update.
2004-11-22 Jakub Jelinek <jakub@redhat.com> * nscd/nscd_getai (__nscd_getai): Avoid memory and file descriptor leaks. * sysdeps/posix/getaddrinfo.c (gaih_inet): Free air. * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE): * dirent/dirent.h: Add nonnull attributes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index df080a6561..f6df6f9d97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2004-11-22 Jakub Jelinek <jakub@redhat.com>
+
+ * nscd/nscd_getai (__nscd_getai): Avoid memory and file descriptor
+ leaks.
+ * sysdeps/posix/getaddrinfo.c (gaih_inet): Free air.
+
2004-11-15 Maciej W. Rozycki <macro@mips.com>
- * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE):
+ * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE):
Define appropriately based on __WORDSIZE.
[struct siginfo] (__pad0): Add for explicit padding.
@@ -9,7 +15,7 @@
2004-11-22 Ulrich Drepper <drepper@redhat.com>
- * dirent/dirent.h: Add __nonnull attributes.
+ * dirent/dirent.h: Add nonnull attributes.
* dlfcn/dlfcn.h: Likewise.
2004-11-20 Jakub Jelinek <jakub@redhat.com>