commit | ca545b7f0823f19db0f1148d59bc5e1a56634502 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Tue Apr 02 16:33:53 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Apr 03 14:43:34 2024 -0500 |
tree | 084dc86ae37199f48f5652ca7bc7900ef6af62e6 | |
parent | 173217bd73365867378b5e75a86f0049e1069ee8 [diff] |
smb: client: fix potential UAF in cifs_debug_files_proc_show() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF. Cc: stable@vger.kernel.org Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com> Signed-off-by: Steve French <stfrench@microsoft.com>