Re: [PATCH][next] libata: ensure host is free'd on error exit paths

From: Tejun Heo
Date: Tue Mar 27 2018 - 09:57:13 EST


On Tue, Mar 27, 2018 at 02:26:01PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The host structure is not being kfree'd on two error exit paths
> leading to memory leaks. Add in new err_free label and kfree host.
>
> Detected by CoverityScan, CID#1466103 ("Resource leak")
>
> Fixes: 2623c7a5f279 ("libata: add refcounting to ata_host")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied to libata/for-4.17.

Thanks.

--
tejun