Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Sep 2023 23:51:38 +0000 (16:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Sep 2023 23:51:38 +0000 (16:51 -0700)
commit9f3ebbef746f89f860a90ced99a359202ea86fde
treee34a3cdc86cc657b1f424c8b427ed35551dbce08
parent14c06b913d4a11b50351ef5bcb3f112247f647f3
parent73f949ea87c7d697210653501ca21efe57295327
Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:
 "Two SMB3 server fixes for null pointer dereferences:

   - invalid SMB3 request case (fixes issue found in testing the read
     compound patch)

   - iovec error case in response processing"

* tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: check iov vector index in ksmbd_conn_write()
  ksmbd: return invalid parameter error response if smb2 request is invalid