]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag '6.4-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 May 2023 17:55:31 +0000 (10:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 May 2023 17:55:31 +0000 (10:55 -0700)
commite2065b8c1b0120d47b327364a1a09090bdc11f31
treee8017cd65338091e9cc7ae40e4281c9f01d30d9a
parent0c9dcf128ef99c257dcde5dbb8683605009906bf
parente7b8b8ed9960bf699bf4029f482d9e869c094ed6
Merge tag '6.4-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull ksmbd server fixes from Steve French:

 - two fixes for incorrect SMB3 message validation (one for client which
   uses 8 byte padding, and one for empty bcc)

 - two fixes for out of bounds bugs: one for username offset checks (in
   session setup) and the other for create context name length checks in
   open requests

* tag '6.4-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: smb2: Allow messages padded to 8byte boundary
  ksmbd: allocate one more byte for implied bcc[0]
  ksmbd: fix wrong UserName check in session_user
  ksmbd: fix global-out-of-bounds in smb2_find_context_vals