diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2012-10-08 20:52:53 -0700 |
---|---|---|
committer | Maxim Kuvyrkov <maxim@codesourcery.com> | 2012-10-08 20:52:53 -0700 |
commit | 57e605ba50a42e1e5adc0f020f3752e80f117c10 (patch) | |
tree | b21fda0d2a3ac232fa4d7896fd43a876a1e6520f /ChangeLog | |
parent | ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc (diff) | |
download | glibc-57e605ba50a42e1e5adc0f020f3752e80f117c10.tar glibc-57e605ba50a42e1e5adc0f020f3752e80f117c10.tar.gz glibc-57e605ba50a42e1e5adc0f020f3752e80f117c10.tar.bz2 glibc-57e605ba50a42e1e5adc0f020f3752e80f117c10.zip |
Fix BZ #14602: strstr and strcasestr return wrong result.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com> + + [BZ #14602] + * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): + Replace with ... + (CHECK_EOL): New macro. + (two_way_short_needle): Check beginning of haystack for EOL. Use + CHECK_EOL. + * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): + Replace with CHECK_EOL. + * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): + Replace with CHECK_EOL. + 2012-10-08 Joseph Myers <joseph@codesourcery.com> * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as |