]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Fix a credential refcount leak
authorTrond Myklebust <trondmy@gmail.com>
Thu, 20 Jun 2019 14:47:40 +0000 (10:47 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 21 Jun 2019 18:45:09 +0000 (14:45 -0400)
commit548ae98b097387d8ee0922fc73034cda03bac041
tree2d07b1e71d1f987d7a38496abe2d10e3c19c3ea4
parent4b4e078781025368f7370a7f1c19202797595350
SUNRPC: Fix a credential refcount leak

All callers of __rpc_clone_client() pass in a value for args->cred,
meaning that the credential gets assigned and referenced in
the call to rpc_new_client().

Reported-by: Ido Schimmel <idosch@idosch.org>
Fixes: de8f1261b7d1 ("SUNRPC: Cache cred of process creating the rpc_client")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Tested-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/clnt.c