Files
twx-linux/net
Kangjie Lu e634fc4866 netfilter: ip6t_srh: fix NULL pointer dereferences
[ Upstream commit 6d65561f3d ]

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.

Fixes: 202a8ff545 ("netfilter: add IPv6 segment routing header 'srh' match")
Signed-off-by: Kangjie Lu <kjlu@umn.edu>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin (Microsoft) <sashal@kernel.org>
2019-05-04 09:20:12 +02:00
..
2019-03-23 20:09:51 +01:00
2019-05-02 09:59:00 +02:00
2019-03-19 13:12:40 +01:00
2019-05-04 09:20:12 +02:00