From c7f524b8af9c6e50c10f1201f56d20df807dfec6 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Fri, 25 Aug 2000 21:10:42 +0000 Subject: [PATCH] Update. 2000-08-25 Greg McGary * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c9546f203a..eb4118d599 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-08-25 Greg McGary + + * 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 * elf/Makefile (LDFLAGS-nodelete): Add -rdynamic.