about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-11-27 06:05:33 +0000
committerRichard Henderson <rth@redhat.com>2005-11-27 06:05:33 +0000
commit0af1870a5cef686b3fc40a620ba16e886888feeb (patch)
tree8190bf8c4e79eb46945cd478f8caa863e21f3aff /ChangeLog
parentd00002ed88bb071d24f6e54b7ae6c77aca9bcc6b (diff)
downloadglibc-0af1870a5cef686b3fc40a620ba16e886888feeb.tar.gz
glibc-0af1870a5cef686b3fc40a620ba16e886888feeb.tar.xz
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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15c0ecd136..73da63a650 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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