changeset 14388:72dec411bf1c

ChangeLog: credit Mike Stump; add a URL for the thread
author Jim Meyering <meyering@redhat.com>
date Thu, 24 Feb 2011 20:18:01 +0100
parents 44b19551f75d
children 67f15f63ba73
files ChangeLog
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 24 07:58:24 2011 -0800
+++ b/ChangeLog	Thu Feb 24 20:18:01 2011 +0100
@@ -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.