diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-07 16:15:16 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-07 16:15:16 +0000 |
commit | 2479aa48ada4c3c8bad181dede001550dcbe1549 (patch) | |
tree | f7794c1c060dd89218317463b8629d45371fc5e1 /ChangeLog | |
parent | 54854dd79228b33ffcc22d5646247c911b64d98c (diff) | |
download | glibc-2479aa48ada4c3c8bad181dede001550dcbe1549.tar glibc-2479aa48ada4c3c8bad181dede001550dcbe1549.tar.gz glibc-2479aa48ada4c3c8bad181dede001550dcbe1549.tar.bz2 glibc-2479aa48ada4c3c8bad181dede001550dcbe1549.zip |
* nscd/nscd_helper.c (get_mapping): Handle short replies instead
of crashing. When this is the case or if the reply is malformed,
don't try to close the new file descriptor since it does not
exist.
Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-05-29 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd_helper.c (get_mapping): Handle short replies instead + of crashing. When this is the case or if the reply is malformed, + don't try to close the new file descriptor since it does not + exist. + Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>. + 2007-05-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value |