commit | 22863485a4626ec6ecf297f4cc0aef709bc862e4 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Tue Apr 02 16:33:59 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Apr 03 14:43:45 2024 -0500 |
tree | 4bcc4767685bd42b5807c54aaf0c862136e5d97c | |
parent | 705c76fbf726c7a2f6ff9143d4013b18daaaebf1 [diff] |
smb: client: fix potential UAF in smb2_is_valid_oplock_break() 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>