diff options
author | Ulrich Drepper <drepper@gmail.com> | 2010-10-06 13:48:51 -0400 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2010-11-01 22:25:12 +0100 |
commit | a99e880cd8826e07630a2d208180541adeb89b75 (patch) | |
tree | 6f2becaa73add41c9a01b84728228c722599b620 /ChangeLog | |
parent | 831daea2c92d35caeba600e9d9052348466e2d83 (diff) | |
download | glibc-a99e880cd8826e07630a2d208180541adeb89b75.zip glibc-a99e880cd8826e07630a2d208180541adeb89b75.tar.gz glibc-a99e880cd8826e07630a2d208180541adeb89b75.tar.bz2 |
Add test case for strstr problem.
(cherry picked from commit 67a67b950be9741a4cf1ff3e75572204b06bec2e)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-10-06 Ulrich Drepper <drepper@gmail.com> + + * string/bug-strstr1.c: New file. + * string/Makefile: Add rules to build and run bug-strstr1. + 2010-10-05 Eric Blake <eblake@redhat.com> [BZ #12092] |