commit | 69ccf040acddf33a3a85ec0f6b45ef84b0f7ec29 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Tue Apr 02 16:34:00 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Apr 03 14:44:42 2024 -0500 |
tree | 91d9f4d74b7601415c3a82fe7a6081fcad0cbd05 | |
parent | 22863485a4626ec6ecf297f4cc0aef709bc862e4 [diff] |
smb: client: fix potential UAF in 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>