Re: [PATCH] ipv6: ip6t_srh: fix NULL pointer dereferences

From: Pablo Neira Ayuso
Date: Mon Mar 18 2019 - 11:26:49 EST


On Thu, Mar 14, 2019 at 02:58:18AM -0500, Kangjie Lu wrote:
> skb_header_pointer may return NULL. The current code dereference
> its return values without a NULL check.
>
> The fix inserts the checks to avoid NULL pointer dereferences.

Applied, thanks.