linux/fs/cifs
Paulo Alcantara 4cd1e18bc0 cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
[ Upstream commit d6a49e8c4c ]

Fix this by initializing rc to 0 as cache_refresh_path() would not set
it in case of success.

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/all/202301190004.bEHvbKG6-lkp@intel.com/
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-06 07:59:00 +01:00
..
Kconfig
Makefile
asn1.c
cache.c
cifs_debug.c
cifs_debug.h
cifs_dfs_ref.c cifs: support nested dfs links over reconnect 2022-12-02 17:40:59 +01:00
cifs_fs_sb.h cifs: support nested dfs links over reconnect 2022-12-02 17:40:59 +01:00
cifs_ioctl.h
cifs_spnego.c
cifs_spnego.h
cifs_spnego_negtokeninit.asn1
cifs_swn.c
cifs_swn.h
cifs_unicode.c
cifs_unicode.h
cifs_uniupr.h
cifsacl.c
cifsacl.h
cifsencrypt.c
cifsfs.c cifs: fix missing display of three mount options 2023-01-12 11:58:56 +01:00
cifsfs.h
cifsglob.h cifs: fix oops during encryption 2023-01-12 11:58:41 +01:00
cifspdu.h
cifsproto.h cifs: fix oops during encryption 2023-01-12 11:58:41 +01:00
cifsroot.c
cifssmb.c
connect.c cifs: fix confusing debug message 2023-01-12 11:58:56 +01:00
dfs_cache.c cifs: fix return of uninitialized rc in dfs_cache_update_tgthint() 2023-02-06 07:59:00 +01:00
dfs_cache.h
dir.c cifs: Fix xid leak in cifs_create() 2022-10-29 10:12:56 +02:00
dns_resolve.c
dns_resolve.h
export.c
file.c cifs: Fix xid leak in cifs_flock() 2022-10-29 10:12:56 +02:00
fs_context.c
fs_context.h
fscache.c
fscache.h
inode.c
ioctl.c cifs: Fix wrong return value checking when GETFLAGS 2022-11-26 09:24:41 +01:00
link.c cifs: Fix uninitialized memory read for smb311 posix symlink create 2023-01-18 11:48:49 +01:00
misc.c cifs: fix oops during encryption 2023-01-12 11:58:41 +01:00
netlink.c
netlink.h
netmisc.c
nterr.c
nterr.h
ntlmssp.h
readdir.c
rfc1002pdu.h
sess.c cifs: Fix xid leak in cifs_ses_add_channel() 2022-10-29 10:12:56 +02:00
smb1ops.c
smb2file.c
smb2glob.h
smb2inode.c
smb2maperror.c
smb2misc.c
smb2ops.c cifs: fix oops during encryption 2023-01-12 11:58:41 +01:00
smb2pdu.c cifs: do not include page data when checking signature 2023-01-24 07:22:46 +01:00
smb2pdu.h
smb2proto.h
smb2status.h
smb2transport.c cifs: return correct error in ->calc_signature() 2022-10-26 12:35:26 +02:00
smbdirect.c cifs: Fix oops due to uncleared server->smbd_conn in reconnect 2023-02-01 08:27:23 +01:00
smbdirect.h
smbencrypt.c
smberr.h
trace.c
trace.h
transport.c cifs: always initialize struct msghdr smb_msg completely 2022-09-23 14:15:48 +02:00
unc.c
winucase.c
xattr.c