From: David Ahern
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
> Signed-off-by: David Ahern
> ---
> Dave: This should go i
On 02/23/2016 07:10 PM, David Ahern wrote:
> 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
> Signed-off-by: David Ahern
> ---
> Dave: This should go into v4.4 stable
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
Signed-off-by: David Ahern
---
Dave: This should go into v4.4 stable as well.
drivers/net/vrf.c | 13 -
1 file ch