Re: [PATCH net] net: vrf: Remove direct access to skb->data
From: David Miller <davem@davemloft.net> Date: 2016-02-25 20:36:19
From: David Ahern <redacted>
Date: Tue, 23 Feb 2016 10:10:26 -0800
Nik pointed that the VRF driver should be using skb_header_pointer
instead of accessing skb->data and bits beyond directly which can
be garbage.
Cc: Nikolay Aleksandrov <redacted>
Signed-off-by: David Ahern <redacted>
---
Dave: This should go into v4.4 stable as well.