Re: [PATCH] cxgb4: fix a memory leak bug

From: David Miller
Date: Wed Aug 14 2019 - 23:03:57 EST


From: Wenwen Wang <wenwen@xxxxxxxxxx>
Date: Tue, 13 Aug 2019 04:18:52 -0500

> In blocked_fl_write(), 't' is not deallocated if bitmap_parse_user() fails,
> leading to a memory leak bug. To fix this issue, free t before returning
> the error.
>
> Signed-off-by: Wenwen Wang <wenwen@xxxxxxxxxx>

Applied.