Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ksmbd-tools: fix NULL deref in samr_open_user_return()
Accessing ch->user->uid can result in NULL deref since ch->user can be NULL. This was the case in samr_query_security_return() also before commit 244725b. Fix the NULL deref in samr_open_user_return(). Signed-off-by: Atte Heikkilä <[email protected]> Signed-off-by: Namjae Jeon <[email protected]>
- Loading branch information