aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inetpeer.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-04-11 18:59:05 -0700
committerDavid S. Miller <davem@davemloft.net>2011-04-11 18:59:05 -0700
commitaa8673599f1d269b4e4d9b0c0f61fca57bc02699 (patch)
tree7733bac39d382cfcda0459e8973decb300a0c52a /net/ipv4/inetpeer.c
parentcaif: performance bugfix - allow radio stack to prioritize packets. (diff)
downloadlinux-dev-aa8673599f1d269b4e4d9b0c0f61fca57bc02699.tar.xz
linux-dev-aa8673599f1d269b4e4d9b0c0f61fca57bc02699.zip
llc: Fix length check in llc_fixup_skb().
Fixes bugzilla #32872 The LLC stack pretends to support non-linear skbs but there is a direct use of skb_tail_pointer() in llc_fixup_skb(). Use pskb_may_pull() to see if data_size bytes remain and can be accessed linearly in the packet, instead of direct pointer checks. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/inetpeer.c')
0 files changed, 0 insertions, 0 deletions