diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-30 08:08:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-30 08:08:40 +0000 |
commit | 0891f9706f4fc0951324b3a3f113f60191b96434 (patch) | |
tree | 48a72b0e6dfe0ee3564e3c810dea939b57d1a96a /ChangeLog | |
parent | 085f2dd0ad1ba523749669b24f0999a3d1496ed7 (diff) | |
download | glibc-0891f9706f4fc0951324b3a3f113f60191b96434.tar glibc-0891f9706f4fc0951324b3a3f113f60191b96434.tar.gz glibc-0891f9706f4fc0951324b3a3f113f60191b96434.tar.bz2 glibc-0891f9706f4fc0951324b3a3f113f60191b96434.zip |
Update.
2004-09-30 Ulrich Drepper <drepper@redhat.com>
* nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last
parameter.
(__nscd_drop_map_ref): Change second parameter to be a referenc to
a variable. Update variable when cycle count changed.
* nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too.
* nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref. Reinitialize
all variables and avoid memory leak in case of retries.
* nscd/nscd_getgr_r.c: Likewise.
* nscd/nscd_gethst_r.c: Likewise.
* nscd/nscd_getpw_r.c: Likewise.
* nscd/nscd_initgroups.c: Likewise.
* nscd/nscd.h: Add declaretion of addinitgroups and
readdinitgroups.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2004-09-30 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last + parameter. + (__nscd_drop_map_ref): Change second parameter to be a referenc to + a variable. Update variable when cycle count changed. + * nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too. + * nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref. Reinitialize + all variables and avoid memory leak in case of retries. + * nscd/nscd_getgr_r.c: Likewise. + * nscd/nscd_gethst_r.c: Likewise. + * nscd/nscd_getpw_r.c: Likewise. + * nscd/nscd_initgroups.c: Likewise. + + * nscd/nscd.h: Add declaretion of addinitgroups and + readdinitgroups. + 2004-09-30 Andreas Jaeger <aj@suse.de> * nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie. |