]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Oct 2024 18:37:12 +0000 (11:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Oct 2024 18:37:12 +0000 (11:37 -0700)
commitb04ae0f45168973edb658ac2385045ac13c5aca7
treebb9ceb83bfbae99fc6c4fa3b96503300c2d35760
parent568570fdf2b941115f0b1cf8d539255a1c707d9e
parent6aca91c416f626fc0c5146cc4450ea86b831f3dd
Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - Fix possible double free setting xattrs

 - Fix slab out of bounds with large ioctl payload

 - Remove three unused functions, and an unused variable that could be
   confusing

* tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Remove unused functions
  smb/client: Fix logically dead code
  smb: client: fix OOBs when building SMB2_IOCTL request
  smb: client: fix possible double free in smb2_set_ea()