Re: [PATCH 1/1] esp6: fix memleak on error path in esp6_input

From: Steffen Klassert
Date: Wed Jun 27 2018 - 11:51:29 EST


On Wed, Jun 27, 2018 at 11:49:28AM +0800, Zhen Lei wrote:
> 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@xxxxxxxxxx>

Applied, thanks a lot for the fix!