]> git.ipfire.org Git - thirdparty/kernel/stable.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)
commit19d55046cd824baab53534ba7e7f99945c6fdcb1
tree2d07b1e71d1f987d7a38496abe2d10e3c19c3ea4
parent502980e84e4025d82e81f7d9684a708a3b31bcde
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: 79caa5fad47c ("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