Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ksmbd: handle malformed smb1 message
If set_smb1_rsp_status() is not implemented, It will cause NULL pointer dereferece error when client send malformed smb1 message. This patch add set_smb1_rsp_status() to ignore malformed smb1 message. Reported-by: Robert Morris <[email protected]> Signed-off-by: Namjae Jeon <[email protected]>
- Loading branch information