From: Jim Meyering <meyering@redhat.com>
Date: Thu, 24 Feb 2011 19:18:01 +0000 (+0100)
Subject: ChangeLog: credit Mike Stump; add a URL for the thread
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9a4ab74f2bc2a6f4667846f366877576953716;p=pspp

ChangeLog: credit Mike Stump; add a URL for the thread
---

diff --git a/ChangeLog b/ChangeLog
index b739e06471..313f3657c4 100644
--- 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.