# HG changeset patch # User Jim Meyering # Date 1298575081 -3600 # Node ID 72dec411bf1cec9d6fab8c89433e1ce39fedda80 # Parent 44b19551f75da1e9634d51032b63f05ef16c2d9a ChangeLog: credit Mike Stump; add a URL for the thread diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,9 @@ * lib/str-two-way.h (two_way_short_needle): Correct off-by-one error in period calculation. (two_way_long_needle): Likewise. - Reported by Ralf Wildenhues, with the short needle and haystack. + The original problem was reported by Mike Stump in + http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/7834 + Ralf Wildenhues provided the short needle and haystack. * tests/test-strstr.c: Add Ralf's test case to trigger the bug. Add a more involved test to trigger the bug in two_way_long_needle.