diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-29 07:46:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-29 07:46:40 +0000 |
commit | 0994e2b880ea1b598c01a0c14b83f7ae0fe33580 (patch) | |
tree | f986095b2245b5fc9daa417ef79e8b2094ac3bcc /ChangeLog | |
parent | 3c945c44e79706acd40d279e0468c4035ed5b0ba (diff) | |
download | glibc-0994e2b880ea1b598c01a0c14b83f7ae0fe33580.tar.gz glibc-0994e2b880ea1b598c01a0c14b83f7ae0fe33580.tar.xz glibc-0994e2b880ea1b598c01a0c14b83f7ae0fe33580.zip |
Update.
2003-08-27 Phil Knirsch <pknirsch@redhat.com> Jakub Jelinek <jakub@redhat.com> * sunrpc/svc.c (svc_getreqset): Fix fds_bits reading on 64-bit big endian arches. Don't read beyond end of fds_bits array.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8eda2c2f5c..ede07c1af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-27 Phil Knirsch <pknirsch@redhat.com> + Jakub Jelinek <jakub@redhat.com> + + * sunrpc/svc.c (svc_getreqset): Fix fds_bits reading on 64-bit + big endian arches. Don't read beyond end of fds_bits array. + 2003-04-27 Bruno Haible <bruno@clisp.org> * manual/message.texi (Advanced gettext functions): Add information |