summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-04-26 17:15:40 -0700
committerDavid S. Miller <davem@davemloft.net>2017-04-28 16:05:22 -0400
commit7162fb242cb8322beb558828fd26b33c3e9fc805 (patch)
tree1d4240e28de77ffaf2180f17f3314b26a7bd1258 /net/Makefile
parent19cdead3e2ef8ed765c5d1ce48057ca9d97b5094 (diff)
downloadlinux-7162fb242cb8322beb558828fd26b33c3e9fc805.tar.gz
linux-7162fb242cb8322beb558828fd26b33c3e9fc805.tar.xz
tcp: do not underestimate skb->truesize in tcp_trim_head()
Andrey found a way to trigger the WARN_ON_ONCE(delta < len) in skb_try_coalesce() using syzkaller and a filter attached to a TCP socket over loopback interface. I believe one issue with looped skbs is that tcp_trim_head() can end up producing skb with under estimated truesize. It hardly matters for normal conditions, since packets sent over loopback are never truncated. Bytes trimmed from skb->head should not change skb truesize, since skb->head is not reallocated. Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Andrey Konovalov <andreyknvl@google.com> Tested-by: Andrey Konovalov <andreyknvl@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Makefile')
0 files changed, 0 insertions, 0 deletions