commit | c8b7cfa674ee18dcef601427c07aad987e4195a3 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Mon Jul 26 16:22:55 2021 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 12 13:22:20 2021 +0200 |
tree | 25937775ea6bb827463fc874a2983c3ba4de7dbc | |
parent | 8cfdd039ca186adc332170818940f287d29c921c [diff] |
smb3: rc uninitialized in one fallocate path [ Upstream commit 5ad4df56cd2158965f73416d41fce37906724822 ] Clang detected a problem with rc possibly being unitialized (when length is zero) in a recently added fallocate code path. Reported-by: kernel test robot <lkp@intel.com> Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>