]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm: Fix transport mode skb control buffer usage.
authorSteffen Klassert <steffen.klassert@secunet.com>
Mon, 19 Mar 2018 06:15:39 +0000 (07:15 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 23 Mar 2018 06:56:04 +0000 (07:56 +0100)
commit9a8dc2caf6c2d759156c8831126b5ef8f9231642
treec1e43f1ba834f115535c27fe4479288caf979989
parent654f276e04ce66fe2fc13b322cadd5d817c55458
xfrm: Fix transport mode skb control buffer usage.

A recent commit introduced a new struct xfrm_trans_cb
that is used with the sk_buff control buffer. Unfortunately
it placed the structure in front of the control buffer and
overlooked that the IPv4/IPv6 control buffer is still needed
for some layer 4 protocols. As a result the IPv4/IPv6 control
buffer is overwritten with this structure. Fix this by setting
a apropriate header in front of the structure.

Fixes ee736d10c1dc ("xfrm: Reinject transport-mode packets ...")
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_input.c