aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-07-23 06:27:05 +0000
committerUlrich Drepper <drepper@redhat.com>2004-07-23 06:27:05 +0000
commit3426e770832a1511f2952c791172f56b85d8e296 (patch)
tree0ffab15811f1113b69f3cc4c67ba98720d37e5dc /ChangeLog
parent54c36b13af381020233eaaff74e154aa105e13f1 (diff)
downloadglibc-3426e770832a1511f2952c791172f56b85d8e296.tar
glibc-3426e770832a1511f2952c791172f56b85d8e296.tar.gz
glibc-3426e770832a1511f2952c791172f56b85d8e296.tar.bz2
glibc-3426e770832a1511f2952c791172f56b85d8e296.zip
Update.
2004-07-19 Thorsten Kukuk <kukuk@suse.de> * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't allocate memory for large temporary variables with alloca. * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility code must have version GLIBC_2.0. Patch by Dwayne McConnell.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63c10e46d9..6f8ea5dd38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
+2004-07-19 Thorsten Kukuk <kukuk@suse.de>
+
+ * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
+ allocate memory for large temporary variables with alloca.
+
2004-07-22 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
+ code must have version GLIBC_2.0. Patch by Dwayne McConnell.
+
* nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
pointer and zero length.