Re: [PATCH net] ip_tunnel: be careful when accessing the inner header

2018-09-24 Thread David Miller
From: Paolo Abeni Date: Mon, 24 Sep 2018 15:48:19 +0200 > Cong noted that we need the same checks introduced by commit 76c0ddd8c3a6 > ("ip6_tunnel: be careful when accessing the inner header") > even for ipv4 tunnels. > > Fixes: c54419321455 ("GRE: Refactor GRE tunneling code.") > Suggested-by:

[PATCH net] ip_tunnel: be careful when accessing the inner header

2018-09-24 Thread Paolo Abeni
Cong noted that we need the same checks introduced by commit 76c0ddd8c3a6 ("ip6_tunnel: be careful when accessing the inner header") even for ipv4 tunnels. Fixes: c54419321455 ("GRE: Refactor GRE tunneling code.") Suggested-by: Cong Wang Signed-off-by: Paolo Abeni --- Note: the bug is probably