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