summaryrefslogtreecommitdiffstats
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorSean Heelan <seanheelan@gmail.com>2025-04-19 19:59:28 +0100
committerSteve French <stfrench@microsoft.com>2025-04-25 18:22:01 -0500
commite86e9134e1d1c90a960dd57f59ce574d27b9a124 (patch)
tree1b2ffb54bb6f6dad6a2917b7c59c3acc03fb62e0 /scripts/generate_rust_analyzer.py
parenta1f46c99d9ea411f9bf30025b912d881d36fc709 (diff)
downloadlinux-e86e9134e1d1c90a960dd57f59ce574d27b9a124.tar.gz
linux-e86e9134e1d1c90a960dd57f59ce574d27b9a124.tar.bz2
linux-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: stable@vger.kernel.org Signed-off-by: Sean Heelan <seanheelan@gmail.com> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions