]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'v6.13-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Dec 2024 22:38:49 +0000 (14:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Dec 2024 22:38:49 +0000 (14:38 -0800)
commitf65289a87128cfcf9c40739adbf495cdbb617cb3
treea78abadd0698948a3cf11e92d382c9384ba884f2
parent896d8946da97332d4dc80fa1937d8dd6b1c35ad4
parent06a025448b572c3bd78dd23a31488a0907cd9512
Merge tag 'v6.13-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Three fixes for potential out of bound accesses in read and write
   paths (e.g. when alternate data streams enabled)

 - GCC 15 build fix

* tag 'v6.13-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operations
  ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write
  ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read
  smb: server: Fix building with GCC 15