aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/drivers/net/lib/py/load.py
diff options
context:
space:
mode:
authorSean Heelan <[email protected]>2025-04-19 18:59:28 +0000
committerSteve French <[email protected]>2025-04-25 23:22:01 +0000
commite86e9134e1d1c90a960dd57f59ce574d27b9a124 (patch)
tree1b2ffb54bb6f6dad6a2917b7c59c3acc03fb62e0 /tools/testing/selftests/drivers/net/lib/py/load.py
parentksmbd: fix use-after-free in ksmbd_session_rpc_open (diff)
downloadkernel-e86e9134e1d1c90a960dd57f59ce574d27b9a124.tar.gz
kernel-e86e9134e1d1c90a960dd57f59ce574d27b9a124.zip
ksmbd: fix use-after-free in kerberos authentication
Setting sess->user = NULL was introduced to fix the dangling pointer created by ksmbd_free_user. However, it is possible another thread could be operating on the session and make use of sess->user after it has been passed to ksmbd_free_user but before sess->user is set to NULL. Cc: [email protected] Signed-off-by: Sean Heelan <[email protected]> Acked-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/testing/selftests/drivers/net/lib/py/load.py')
0 files changed, 0 insertions, 0 deletions