]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 May 2025 15:22:35 +0000 (08:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 May 2025 15:22:35 +0000 (08:22 -0700)
commit80ae5fb2296cf93add51368a96985ed9a18df781
tree45f79e6d77744a77a010aa5df2516ab1c8604604
parentd76bb1ebb5587f66b0f8b8099bfbb44722bc08b3
parent36991c1ccde2d5a521577c448ffe07fcccfe104d
Merge tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:

 - Fix UAF closing file table (e.g. in tree disconnect)

 - Fix potential out of bounds write

 - Fix potential memory leak parsing lease state in open

 - Fix oops in rename with empty target

* tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: Fix UAF in __close_file_table_ids
  ksmbd: prevent out-of-bounds stream writes by validating *pos
  ksmbd: fix memory leak in parse_lease_state()
  ksmbd: prevent rename with empty string