diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-09 14:45:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-09 14:45:07 +0000 |
commit | 15417de3e0f219574fb1f63dae24c33c5afb73e7 (patch) | |
tree | 3a44f702ed15e72a784d57eb279bb33149cb03f2 /ChangeLog | |
parent | 4300afc1697ae703e0c5899ad66f55f3b12a8b6a (diff) | |
download | glibc-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |