commit | 0865ffefea197b437ba78b5dd8d8e256253efd65 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Tue Apr 02 16:33:56 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Apr 03 14:43:45 2024 -0500 |
tree | 098f868fcbf90d063fa3d0bffa5296c1e759d14e | |
parent | d3da25c5ac84430f89875ca7485a3828150a7e0a [diff] |
smb: client: fix potential UAF in cifs_stats_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>