Skip to content
Commit 790e5ef5 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'sk_filter-trim-limit'



Willem de Bruijn says:

====================
limit sk_filter trim to payload

Sockets can apply a filter to incoming packets to drop or trim them.
Fix two codepaths that call skb_pull/__skb_pull after sk_filter
without checking for packet length.

Reading beyond skb->tail after trimming happens in more codepaths, but
safety of reading in the linear segment is based on minimum allocation
size (MAX_HEADER, GRO_MAX_HEAD, ..).
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 22cb99fb 4f0c40d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment