diff options
author | 2012-04-02 14:26:27 -0700 | |
---|---|---|
committer | 2012-04-02 14:28:57 -0700 | |
commit | bf32fecdc1851ad9ca960f56771b798d17c26cf1 (patch) | |
tree | 039b57775613b56c84d2651071cfb7cc8cd536cf /net/lapb/lapb_in.c | |
parent | Linux 3.4-rc1 (diff) | |
download | linux-dev-bf32fecdc1851ad9ca960f56771b798d17c26cf1.tar.xz linux-dev-bf32fecdc1851ad9ca960f56771b798d17c26cf1.zip |
openvswitch: Add length check when retrieving TCP flags.
When collecting TCP flags we check that the IP header indicates that
a TCP header is present but not that the packet is actually long
enough to contain the header. This adds a check to prevent reading
off the end of the packet.
In practice, this is only likely to result in reading of bad data and
not a crash due to the presence of struct skb_shared_info at the end
of the packet.
Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions