Skip to content
Commit 9ed33805 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'ipvlan-Fix-insufficient-skb-linear-check'



Gao Feng says:

====================
ipvlan: Fix insufficient skb linear check

The current ipvlan codes use pskb_may_pull to get the skb linear header in
func ipvlan_get_L3_hdr, but the size isn't enough for arp and ipv6 icmp.
So it may access the unexpected momory in ipvlan_addr_lookup.
====================

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