diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-21 09:05:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-21 09:05:36 +0000 |
commit | 61705e06e11f119b447dffa44450363d61c6cb18 (patch) | |
tree | c9006f0e2184ea501445ae623488382bd39208ea /ChangeLog | |
parent | 0f7769f736a22aa930bebe3aa4f9656b671072b5 (diff) | |
download | glibc-61705e06e11f119b447dffa44450363d61c6cb18.tar.gz glibc-61705e06e11f119b447dffa44450363d61c6cb18.tar.xz glibc-61705e06e11f119b447dffa44450363d61c6cb18.zip |
[BZ #4074]
* nscd/pwdcache.c (cache_addpw): In case a record changed on refresh, adjust key_copy.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 30d4c8291a..a865200625 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-02-21 Ulrich Drepper <drepper@redhat.com> + [BZ #4074] + * nscd/pwdcache.c (cache_addpw): In case a record changed on + refresh, adjust key_copy. + [BZ #4070] * stdio-common/printf_fp.c (___printf_fp): Handle a few more * stdio-common/tfformat.c (sprint_doubles): Some more tests. |