smb3: must initialize two ACL struct fields to zero
authorSteve French <stfrench@microsoft.com>
Fri, 14 Oct 2022 23:50:20 +0000 (18:50 -0500)
committerSteve French <stfrench@microsoft.com>
Sat, 15 Oct 2022 15:05:53 +0000 (10:05 -0500)
commitf09bd695af3b8ab46fc24e5d6954a24104c38387
tree39ea896254188ca5f5e88bfff100f91ac96fe67b
parentb854b4ee66437e6e1622fda90529c814978cb4ca
smb3: must initialize two ACL struct fields to zero

Coverity spotted that we were not initalizing Stbz1 and Stbz2 to
zero in create_sd_buf.

Addresses-Coverity: 1513848 ("Uninitialized scalar variable")
Cc: <stable@vger.kernel.org>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2pdu.c