diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-23 06:09:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-23 06:09:22 +0000 |
commit | 54c36b13af381020233eaaff74e154aa105e13f1 (patch) | |
tree | 45b485a237abd7f1fd41d4dcabe6848a5b305e6d /ChangeLog | |
parent | f87475f7faba2a23c8fd1af1b2424c6f4680f55c (diff) | |
download | glibc-54c36b13af381020233eaaff74e154aa105e13f1.tar.gz glibc-54c36b13af381020233eaaff74e154aa105e13f1.tar.xz glibc-54c36b13af381020233eaaff74e154aa105e13f1.zip |
Update.
2004-07-22 Ulrich Drepper <drepper@redhat.com> * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL pointer and zero length.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a0d58aa590..63c10e46d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-22 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL + pointer and zero length. + 2004-07-21 Ulrich Drepper <drepper@redhat.com> * nscd/cache.c (prune_cache): Print correct list when debugging. |