https://github.com/torvalds/linux
Revision b96226148491505318228ac52624956bd98f9e0c authored by Lin Yi on 10 June 2019, 02:16:56 UTC, committed by Anna Schumaker on 21 June 2019, 18:43:35 UTC
rpc_clnt_add_xprt take a reference to struct rpc_xprt_switch, but forget
to release it before return, may lead to a memory leak.

Signed-off-by: Lin Yi <teroincn@163.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
1 parent 9091051
History
Tip revision: b96226148491505318228ac52624956bd98f9e0c authored by Lin Yi on 10 June 2019, 02:16:56 UTC
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
Tip revision: b962261

back to top