]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: fix unitialized variable poential problem with network I/O cache lock patch
authorSteve French <stfrench@microsoft.com>
Thu, 16 Jan 2020 21:58:00 +0000 (15:58 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 27 Jan 2020 01:24:16 +0000 (19:24 -0600)
commitc399561dcf956e9c641c3070c9dd47a0b4b76247
tree77d500d65bede82276675dc0282ce589a41a6107
parentfe0a4533fbd913bd9106689872b8ad9d4112582a
cifs: fix unitialized variable poential problem with network I/O cache lock patch

static analysis with Coverity detected an issue with the following
commit:

 Author: Paulo Alcantara (SUSE) <pc@cjr.nz>
 Date:   Wed Dec 4 17:38:03 2019 -0300

    cifs: Avoid doing network I/O while holding cache lock

Addresses-Coverity: ("Uninitialized pointer read")
Reported-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/dfs_cache.c