diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-15 09:03:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-15 09:03:38 +0000 |
commit | 71a5bd3e177e7748cf8993b0577d65d8986b44bc (patch) | |
tree | 71bcdbf9bd0c2ef2805ec41888065cffcfa40a74 /ChangeLog | |
parent | fad070abc4292bd82ef0ea5977162fdc710a2e64 (diff) | |
download | glibc-71a5bd3e177e7748cf8993b0577d65d8986b44bc.tar glibc-71a5bd3e177e7748cf8993b0577d65d8986b44bc.tar.gz glibc-71a5bd3e177e7748cf8993b0577d65d8986b44bc.tar.bz2 glibc-71a5bd3e177e7748cf8993b0577d65d8986b44bc.zip |
[BZ #5807]
2009-03-15 Ulrich Drepper <drepper@redhat.com>
[BZ #5807]
* string/strlen.c (strlen): Fix omission in the expression to test
for NUL bytes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-03-15 Ulrich Drepper <drepper@redhat.com> + + [BZ #5807] + * string/strlen.c (strlen): Fix omission in the expression to test + for NUL bytes. + 2009-03-14 Ulrich Drepper <drepper@redhat.com> * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way. |