cifs: Fix uninitialized memory read in smb3_qfs_tcon()
authorVolker Lendecke <vl@samba.org>
Wed, 11 Jan 2023 11:37:58 +0000 (12:37 +0100)
committerSteve French <stfrench@microsoft.com>
Mon, 20 Feb 2023 17:48:48 +0000 (11:48 -0600)
commitd447e794a37288ec7a080aa1b044a8d9deebbab7
tree08316485e0c69dd09cc4d709f1dd2ae2ff9dca04
parent3891f6c7655a39065e44980f51ba46bb32be3133
cifs: Fix uninitialized memory read in smb3_qfs_tcon()

oparms was not fully initialized

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c