]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Fix maximum SMB2 header size
authorPavel Shilovsky <pshilov@microsoft.com>
Thu, 24 Aug 2017 22:16:40 +0000 (15:16 -0700)
committerSteve French <smfrench@gmail.com>
Wed, 30 Aug 2017 19:42:30 +0000 (14:42 -0500)
commitd4d7e83e1310325c59645b87f805921e941733b9
treed485d557ef21b1d5dc0d8f33dc920a8252934b97
parent1dc8acf42aec1856116f04387e0479f25cc3780a
CIFS: Fix maximum SMB2 header size

Currently the maximum size of SMB2/3 header is set incorrectly which
leads to hanging of directory listing operations on encrypted SMB3
connections. Fix this by setting the maximum size to 170 bytes that
is calculated as RFC1002 length field size (4) + transform header
size (52) + SMB2 header size (64) + create response size (56).

Cc: <stable@vger.kernel.org>
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Acked-by: Sachin Prabhu <sprabhu@redhat.com>
fs/cifs/smb2pdu.h