diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-10-18 10:00:48 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-10-18 10:00:48 +0000 |
commit | 3c7dae119e405a26bc23c07820d76bab0fdb0af0 (patch) | |
tree | eb07342df05aa0ef7a32761b59746ea3e3547ade /ChangeLog | |
parent | 56c4396a6e1568a5511ac43873fa3c9e1ebfa8d1 (diff) | |
download | glibc-3c7dae119e405a26bc23c07820d76bab0fdb0af0.tar glibc-3c7dae119e405a26bc23c07820d76bab0fdb0af0.tar.gz glibc-3c7dae119e405a26bc23c07820d76bab0fdb0af0.tar.bz2 glibc-3c7dae119e405a26bc23c07820d76bab0fdb0af0.zip |
* sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking
destlen only every 4 bytes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-10-18 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking + destlen only every 4 bytes. + 2004-10-06 Maciej W. Rozycki <macro@mips.com> * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h |