aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-05-09 14:45:07 +0000
committerUlrich Drepper <drepper@redhat.com>2009-05-09 14:45:07 +0000
commit15417de3e0f219574fb1f63dae24c33c5afb73e7 (patch)
tree3a44f702ed15e72a784d57eb279bb33149cb03f2 /ChangeLog
parent4300afc1697ae703e0c5899ad66f55f3b12a8b6a (diff)
downloadglibc-15417de3e0f219574fb1f63dae24c33c5afb73e7.zip
glibc-15417de3e0f219574fb1f63dae24c33c5afb73e7.tar.gz
glibc-15417de3e0f219574fb1f63dae24c33c5afb73e7.tar.bz2
* string/stratcliff.c (do_test): Test for zero length
STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy at the end of the page.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40ccb04..567a81f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-09 Jakub Jelinek <jakub@redhat.com>
+
+ * string/stratcliff.c (do_test): Test for zero length
+ STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
+ at the end of the page.
+
2009-05-08 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.