lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mvOjw1o6RcYu8OHCANy+Z2+9ONS+tYjRFbX_o3QgT95Kg@mail.gmail.com>
Date: Fri, 18 Oct 2024 10:00:27 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes

Please pull the following changes since commit
8e929cb546ee42c9a61d24fae60605e9e3192354:

  Linux 6.12-rc3 (2024-10-13 14:33:32 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/v6.12-rc3-smb3-client-fixes

for you to fetch changes up to 6aca91c416f626fc0c5146cc4450ea86b831f3dd:

  cifs: Remove unused functions (2024-10-16 00:30:52 -0500)

----------------------------------------------------------------
two fixes for stable, and two small cleanup fixes
- Fix possible double free setting xattrs
- Fix slab out of bounds with large ioctl payload
- Remove 3 unused functions, and an unused variable that could be confusing
----------------------------------------------------------------
Advait Dhamorikar (1):
      smb/client: Fix logically dead code

Dr. David Alan Gilbert (1):
      cifs: Remove unused functions

Paulo Alcantara (1):
      smb: client: fix OOBs when building SMB2_IOCTL request

Su Hui (1):
      smb: client: fix possible double free in smb2_set_ea()

 fs/smb/client/cifsproto.h |  9 ---------
 fs/smb/client/compress.c  |  4 ----
 fs/smb/client/connect.c   | 12 ------------
 fs/smb/client/sess.c      | 32 --------------------------------
 fs/smb/client/smb2ops.c   |  3 ++-
 fs/smb/client/smb2pdu.c   |  9 +++++++++
 6 files changed, 11 insertions(+), 58 deletions(-)


-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ