Skip to content
Commit 0280f429 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'tcp-options-oob-fixes'



Maxim Mikityanskiy says:

====================
Fix out of bounds when parsing TCP options

This series fixes out-of-bounds access in various places in the kernel
where parsing of TCP options takes place. Fortunately, many more
occurrences don't have this bug.

v2 changes:

synproxy: Added an early return when length < 0 to avoid calling
skb_header_pointer with negative length.

sch_cake: Added doff validation to avoid parsing garbage.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents d1b5bee4 ba91c49d
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