Files
twx-linux/lib
Michael Rash 940d7bceb9 TEXTSEARCH: Fix Boyer Moore initialization bug
[TEXTSEARCH]: Fix Boyer Moore initialization bug

The pattern is set after trying to compute the prefix table, which tries
to use it. Initialize it before calling compute_prefix_tbl, make
compute_prefix_tbl consistently use only the data from struct ts_bm
and remove the now unnecessary arguments.

Signed-off-by: Michael Rash <mbr@cipherdyne.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-09-08 14:51:36 -07:00
..
2006-03-23 07:38:10 -08:00
2006-03-26 08:59:30 -08:00
2006-06-29 17:17:17 -07:00
2006-02-18 16:30:40 -05:00
2006-03-24 18:47:11 +01:00