From: Ross Lagerwall
Date: Thu, 17 Jan 2019 15:34:38 +
> In certain cases, pskb_trim_rcsum() may change skb pointers.
> Reinitialize header pointers afterwards to avoid potential
> use-after-frees. Add a note in the documentation of
> pskb_trim_rcsum(). Found by KASAN.
>
> Signed-off-by: Ros
In certain cases, pskb_trim_rcsum() may change skb pointers.
Reinitialize header pointers afterwards to avoid potential
use-after-frees. Add a note in the documentation of
pskb_trim_rcsum(). Found by KASAN.
Signed-off-by: Ross Lagerwall
---
drivers/net/ppp/pppoe.c | 1 +
include