commit | f09bd695af3b8ab46fc24e5d6954a24104c38387 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Oct 14 18:50:20 2022 -0500 |
committer | Steve French <stfrench@microsoft.com> | Sat Oct 15 10:05:53 2022 -0500 |
tree | 39ea896254188ca5f5e88bfff100f91ac96fe67b | |
parent | b854b4ee66437e6e1622fda90529c814978cb4ca [diff] |
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>