about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-08-25 21:10:42 +0000
committerGreg McGary <greg@mcgary.org>2000-08-25 21:10:42 +0000
commitc7f524b8af9c6e50c10f1201f56d20df807dfec6 (patch)
tree7296d813bac07548c1c7f2af4f3bb87770301894
parent53c065086ba304d40b23f8539008757090ff6a58 (diff)
downloadglibc-c7f524b8af9c6e50c10f1201f56d20df807dfec6.tar.gz
glibc-c7f524b8af9c6e50c10f1201f56d20df807dfec6.tar.xz
glibc-c7f524b8af9c6e50c10f1201f56d20df807dfec6.zip
Update.
2000-08-25  Greg McGary  <greg@mcgary.org>

	* sysdeps/i386/memchr.S: Check high bound against chars
	actually scanned.
	* sysdeps/i386/memcmp.S: Likewise.
	* sysdeps/i386/stpncpy.S: Adjust high-bound check to
	account for pointers that lie one beyond end-of-buffer.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9546f203a..eb4118d599 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-08-25  Greg McGary  <greg@mcgary.org>
+
+	* sysdeps/i386/memchr.S: Check high bound against chars
+	actually scanned.
+	* sysdeps/i386/memcmp.S: Likewise.
+	* sysdeps/i386/stpncpy.S: Adjust high-bound check to
+	account for pointers that lie one beyond end-of-buffer.
+
 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
 
 	* elf/Makefile (LDFLAGS-nodelete): Add -rdynamic.