aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm
diff options
context:
space:
mode:
authorPhil Oester <kernel@linuxace.com>2006-06-26 00:00:57 -0700
committerDavid S. Miller <davem@davemloft.net>2006-06-26 00:00:57 -0700
commitf72b948dcbb8558d639214536c2ace1b0760f41d (patch)
tree5ff1c481585ed41fefc9f9b5a0a40991dc6ea30b /net/atm
parent[NET]: make net/core/dev.c:netdev_nit static (diff)
downloadlinux-dev-f72b948dcbb8558d639214536c2ace1b0760f41d.tar.xz
linux-dev-f72b948dcbb8558d639214536c2ace1b0760f41d.zip
[NET]: skb_find_text ignores to argument
skb_find_text takes a "to" argument which is supposed to limit how far into the skb it will search for the given text. At present, it seems to ignore that argument on the first skb, and instead return a match even if the text occurs beyond the limit. Patch below fixes this, after adjusting for the "from" starting point. This consequently fixes the netfilter string match's "--to" handling, which currently is broken. Signed-off-by: Phil Oester <kernel@linuxace.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm')
0 files changed, 0 insertions, 0 deletions