diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-29 05:16:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-29 05:16:12 +0000 |
commit | 0adfcc05265f4297adb89a040acb52689f3be87c (patch) | |
tree | 8de8a4c6cec2a03aecb7d7227017018c58c213ea /ChangeLog | |
parent | 3586b2b60b6d92ce3cc3d497e84ae1e5cfcf81e4 (diff) | |
download | glibc-0adfcc05265f4297adb89a040acb52689f3be87c.tar.gz glibc-0adfcc05265f4297adb89a040acb52689f3be87c.tar.xz glibc-0adfcc05265f4297adb89a040acb52689f3be87c.zip |
* nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
ahead and map the file. This should always be correct and we can catch problems later.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95a4b83558..a4f1dfb372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-28 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go + ahead and map the file. This should always be correct and we can + catch problems later. + 2007-08-28 Jakub Jelinek <jakub@redhat.com> * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New |