esp6: fix memleak on error path in esp6_input
authorZhen Lei <thunder.leizhen@huawei.com>
Wed, 27 Jun 2018 03:49:28 +0000 (11:49 +0800)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 27 Jun 2018 15:32:11 +0000 (17:32 +0200)
commit7284fdf39a912322ce97de2d30def3c6068a418c
treea92da568ecb04878d8e0984b74816f982a316fa6
parent86126b77dcd551ce223e7293bb55854e3df05646
esp6: fix memleak on error path in esp6_input

This ought to be an omission in e6194923237 ("esp: Fix memleaks on error
paths."). The memleak on error path in esp6_input is similar to esp_input
of esp4.

Fixes: e6194923237 ("esp: Fix memleaks on error paths.")
Fixes: 3f29770723f ("ipsec: check return value of skb_to_sgvec always")
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/esp6.c