]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cifs: Use kzfree() to zero out the password
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 27 Aug 2019 10:59:17 +0000 (13:59 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Sep 2019 05:14:17 +0000 (07:14 +0200)
commit3571c9bb0158cb12092e77123f19fa825d3d8005
treefa545f41b87cad4bdf825ecca3385b1b8212e8cf
parent16764d7486d02b1699ae16e91d7a577602398b17
cifs: Use kzfree() to zero out the password

[ Upstream commit 478228e57f81f6cb60798d54fc02a74ea7dd267e ]

It's safer to zero out the password so that it can never be disclosed.

Fixes: 0c219f5799c7 ("cifs: set domainName when a domain-key is used in multiuser")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/cifs/connect.c