Discussion:
[GIT] CIFS Fixes
Steve French
2014-03-10 15:04:31 UTC
Permalink
Fix for the problem which Al spotted in cifs_writev and
a followup (noticed when fixing CVE-2014-0069) patch
to ensure that cifs never sends more than
the smb frame length over the socket (as we saw with that
cifs_iovec_write problem that Jeff fixed last month).

The following changes since commit f9b080803ec66f708309ceffab14ce879c302963:

Merge tag 'usb-3.14-rc4' of
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2014-02-23
10:40:22 -0800)

are available in the git repository at:


git://git.samba.org/sfrench/cifs-2.6.git for-next

for you to fetch changes up to dca1c8d17a2feae056f9e334ea75a462ae4cb52a:

cifs: mask off top byte in get_rfc1002_length() (2014-02-28 14:01:14 -0600)

----------------------------------------------------------------
Jeff Layton (2):
cifs: sanity check length of data to send before sending
cifs: mask off top byte in get_rfc1002_length()

Pavel Shilovsky (1):
CIFS: Fix wrong pos argument of cifs_find_lock_conflict

fs/cifs/cifsglob.h | 2 +-
fs/cifs/file.c | 24 ++++++------------------
fs/cifs/transport.c | 29 +++++++++++++++++++++++++++++
3 files changed, 36 insertions(+), 19 deletions(-)
--
Thanks,

Steve
Loading...