commit | d3da25c5ac84430f89875ca7485a3828150a7e0a | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Tue Apr 02 16:33:55 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Apr 03 14:43:45 2024 -0500 |
tree | ddb3406259fc8dbd7a84cc20bec31fb40f58367b | |
parent | 58acd1f497162e7d282077f816faa519487be045 [diff] |
smb: client: fix potential UAF in cifs_stats_proc_write() 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>