diff options
author | Richard Henderson <rth@redhat.com> | 2005-11-27 06:05:33 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2005-11-27 06:05:33 +0000 |
commit | 0af1870a5cef686b3fc40a620ba16e886888feeb (patch) | |
tree | 8190bf8c4e79eb46945cd478f8caa863e21f3aff /ChangeLog | |
parent | d00002ed88bb071d24f6e54b7ae6c77aca9bcc6b (diff) | |
download | glibc-0af1870a5cef686b3fc40a620ba16e886888feeb.tar glibc-0af1870a5cef686b3fc40a620ba16e886888feeb.tar.gz glibc-0af1870a5cef686b3fc40a620ba16e886888feeb.tar.bz2 glibc-0af1870a5cef686b3fc40a620ba16e886888feeb.zip |
* sysdeps/alpha/strncmp.S: Don't read too much data when pointers are co-aligned, and count is aligned with the end of the word.
2005-11-26 Richard Henderson <rth@redhat.com>
* sysdeps/alpha/strncmp.S: Don't read too much data when pointers
are co-aligned, and count is aligned with the end of the word.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-11-26 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/strncmp.S: Don't read too much data when pointers + are co-aligned, and count is aligned with the end of the word. + 2005-11-26 Ulrich Drepper <drepper@redhat.com> * nis/nis_lookup.c (nis_lookup): Mark RPCTIMEOUT as const. Pretty |