ChangeLog: credit Mike Stump; add a URL for the thread
authorJim Meyering <meyering@redhat.com>
Thu, 24 Feb 2011 19:18:01 +0000 (20:18 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 24 Feb 2011 19:18:01 +0000 (20:18 +0100)
ChangeLog

index b739e064710e1569d71e82e7a5aaaaf9d9588d09..313f3657c4ca0e8cdf5168a901920be2fbec28b9 100644 (file)
--- 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.