Re: [PATCH v2 net 0/3] fix memory leak for sctp_do_bind
From: David Miller <davem@davemloft.net>
Date: 2019-09-13 20:07:00
Also in:
kernel-janitors, linux-sctp, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-09-13 20:07:00
Also in:
kernel-janitors, linux-sctp, lkml
From: Mao Wenan <redacted> Date: Thu, 12 Sep 2019 12:02:16 +0800
First two patches are to do cleanup, remove redundant assignment, and change return type of sctp_get_port_local. Third patch is to fix memory leak for sctp_do_bind if failed to bind address. --- v2: add one patch to change return type of sctp_get_port_local.
Series applied with Fixes: tag removed from patch #1. Thanks.