commit | e0e50401cc3921c9eaf1b0e667db174519ea939f | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Tue Apr 02 16:34:04 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Apr 03 14:45:15 2024 -0500 |
tree | 551759339d123f9b5c149d69cd10cd842a10c40a | |
parent | 63981561ffd2d4987807df4126f96a11e18b0c1d [diff] |
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect() 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>