OSDN Git Service

Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Jun 2023 18:50:40 +0000 (11:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Jun 2023 18:50:40 +0000 (11:50 -0700)
commit99ec1ed7c2ed358280588ab1d013387e8c7a9333
tree0a49d631d24decb34aa5bb56fbfa6ba1577a39b8
parent692b7dc87ca6d55ab254f8259e6f970171dc9d01
parent5005bcb4219156f1bf7587b185080ec1da08518e
Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:
 "Four smb3 server fixes, all also for stable:

   - fix potential oops in parsing compounded requests

   - fix various paths (mkdir, create etc) where mnt_want_write was not
     checked first

   - fix slab out of bounds in check_message and write"

* tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: validate session id and tree id in the compound request
  ksmbd: fix out-of-bound read in smb2_write
  ksmbd: add mnt_want_write to ksmbd vfs functions
  ksmbd: validate command payload size