s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1.
commit6b66061732cf37ea41d2b8cde5666e54c68ad4f4
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:20 +0000 (18 12:58 +0200)
tree6d6da22ec3cbf967eb673c6ccde7ebca619dcf4b
parenta6a45324eb37cd50f3158b4763820c540397a4dc
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