commit | 58acd1f497162e7d282077f816faa519487be045 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Tue Apr 02 16:33:54 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Apr 03 14:43:45 2024 -0500 |
tree | e639d3923197dacc0de9a3af251a6a0018278523 | |
parent | ca545b7f0823f19db0f1148d59bc5e1a56634502 [diff] |
smb: client: fix potential UAF in cifs_dump_full_key() 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>