Files
twx-linux/net
Jordy Zomer 4d5968ea06 ipv6: check return value of ipv6_skip_exthdr
[ Upstream commit 5f9c55c806 ]

The offset value is used in pointer math on skb->data.
Since ipv6_skip_exthdr may return -1 the pointer to uh and th
may not point to the actual udp and tcp headers and potentially
overwrite other stuff. This is why I think this should be checked.

EDIT:  added {}'s, thanks Kees

Signed-off-by: Jordy Zomer <jordy@pwning.systems>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-12-08 09:03:19 +01:00
..
2021-06-03 09:00:50 +02:00
2021-12-08 09:03:18 +01:00
2021-08-04 12:46:43 +02:00
2021-12-01 09:19:04 +01:00
2021-11-18 14:03:44 +01:00
2021-11-02 19:48:24 +01:00
2021-12-01 09:19:07 +01:00
2021-07-14 16:56:23 +02:00
2021-06-18 10:00:06 +02:00