aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_dsmark.c
diff options
context:
space:
mode:
authorJoonwoo Park <joonwpark81@gmail.com>2008-06-30 12:42:23 -0700
committerDavid S. Miller <davem@davemloft.net>2008-06-30 12:42:23 -0700
commitaebb6a849cfe7d89bcacaaecc20a480dfc1180e7 (patch)
tree6a7cf5c6bdc80c75ec843d8ee44cd98039ca6fd7 /net/sched/sch_dsmark.c
parentnetfilter: nf_conntrack_tcp: fixing to check the lower bound of valid ACK (diff)
downloadlinux-dev-aebb6a849cfe7d89bcacaaecc20a480dfc1180e7.tar.xz
linux-dev-aebb6a849cfe7d89bcacaaecc20a480dfc1180e7.zip
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@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions