cifs: Fix uninitialized memory read for smb311 posix symlink create
authorVolker Lendecke <vl@samba.org>
Wed, 11 Jan 2023 11:37:58 +0000 (12:37 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 12 Jan 2023 15:51:48 +0000 (09:51 -0600)
commita152d05ae4a71d802d50cf9177dba34e8bb09f68
treee2fa322baa74c92ba1a3c2a72f32071912a5b4c9
parent2fe58d977ee05da5bb89ef5dc4f5bf2dc15db46f
cifs: Fix uninitialized memory read for smb311 posix symlink create

If smb311 posix is enabled, we send the intended mode for file
creation in the posix create context. Instead of using what's there on
the stack, create the mfsymlink file with 0644.

Fixes: ce558b0e17f8a ("smb3: Add posix create context for smb3.11 posix mounts")
Cc: stable@vger.kernel.org
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Tom Talpey <tom@talpey.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/link.c