s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1.
commit63614b5454f83e8dee27a6b8d3d2d5ca0c3b4eb3
authorJeremy Allison <jra@samba.org>
Tue, 5 Apr 2016 20:07:06 +0000 (5 13:07 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 18 Apr 2016 10:58:29 +0000 (18 12:58 +0200)
treee5786853feb76587f8663485596e0643e4505001
parent1a9fd08eeb564aa48e386b65fac6585d2e54e947
s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1.

Reported by Thomas Dvorachek <tdvorachek@yahoo.com> from a Windows 10 server.
Confirmed in MS-CIFS 2.2.8.1.7.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11822

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Apr  6 03:46:55 CEST 2016 on sn-devel-144

(cherry picked from commit f63b9a73b03971f41947c694e6952cd1e49b67c3)
source3/libsmb/clilist.c