From: Patrick McHardy <kaber@xxxxxxxxx> Date: Mon, 30 Jun 2008 17:56:11 +0200 (MEST) > textsearch: fix Boyer-Moore text search bug > > The current logic has a bug which cannot find matching pattern, if the > pattern is matched from the first character of target string. > for example: > pattern=abc, string=abcdefg > pattern=a, string=abcdefg > Searching algorithm should return 0 for those things. > > Signed-off-by: Joonwoo Park <joonwpark81@xxxxxxxxx> > Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> Also applied, thanks everyone. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html