Patrick McHardy wrote:
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> --- commit ad089136c547ef33e2375e64dd13a0f09825d4d0 tree e1ab155181637bf1ad3d39232b9cc2f40094f286 parent 170f103d11a1e1186e2677fd5f75735b740c025f author Joonwoo Park <joonwpark81@xxxxxxxxx> Mon, 07 Jul 2008 13:00:17 +0200 committer Patrick McHardy <kaber@xxxxxxxxx> Mon, 07 Jul 2008 13:00:17 +0200 0 files changed, 0 insertions(+), 0 deletions(-)
Henrik notified my of this mistake. This one is already merged through net-2.6.git, apparently I forgot to remove it from the stack. Please ignore. -- 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