commit | 5582381be5cacb5d86db3798f3af7eaa67058520 | [log] [tgz] |
---|---|---|
author | Xiaoke Wang <xkernel.wang@foxmail.com> | Fri Dec 17 01:01:33 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 16 12:44:49 2022 +0100 |
tree | b2ebf78e87096abd7bacc026d69e2f5a4af54953 | |
parent | eb01a628b498b84b3491a0c7435a75b03cc8f435 [diff] |
nfs: nfs4clinet: check the return value of kstrdup() [ Upstream commit fbd2057e5329d3502a27491190237b6be52a1cb6 ] kstrdup() returns NULL when some internal memory errors happen, it is better to check the return value of it so to catch the memory error in time. Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>