]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge tag '6.2-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Jan 2023 11:34:13 +0000 (05:34 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Jan 2023 11:34:13 +0000 (05:34 -0600)
commit40c18f363a0806d4f566e8a9a9bd2d7766a72cf5
tree07d610739e2957fce9adbe04127d0e9305d26f58
parent526970be53d5dd60122141540142fb0eeb0b22d8
parent83dcedd5540d4ac61376ddff5362f7d9f866a6ec
Merge tag '6.2-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull ksmb server fixes from Steve French:

 - fix possible infinite loop in socket handler

 - fix possible panic in ntlmv2 authentication

 - fix error handling on tree connect

* tag '6.2-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: fix infinite loop in ksmbd_conn_handler_loop()
  ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_auth_blob
  ksmbd: send proper error response in smb2_tree_connect()