Re: [PATCH net] rds: memory leak in __rds_conn_create()

From: Santosh Shilimkar
Date: Tue Dec 14 2021 - 12:39:44 EST




> On Dec 14, 2021, at 2:46 AM, Hangyu Hua <hbh25y@xxxxxxxxx> wrote:
>
> __rds_conn_create() did not release conn->c_path when loop_trans != 0 and
> trans->t_prefer_loopback != 0 and is_outgoing == 0.
>
> Signed-off-by: Hangyu Hua <hbh25y@xxxxxxxxx>
> ---
> net/rds/connection.c | 1 +
> 1 file changed, 1 insertion(+)

Looks good to me. Thanks !!

Acked-by: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx>