s3: libsmb: In SMB1 old protocol - return NT_STATUS_INVALID_NETWORK_RESPONSE if name...
authorJeremy Allison <jra@samba.org>
Mon, 11 May 2020 19:34:10 +0000 (12:34 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 12 May 2020 19:53:46 +0000 (19:53 +0000)
commitb10de0bb64fe022e6b066584013dfb0bdf2ade96
treeab41b83f95b01f6c8ebcfd0c6e1f1b7e362eb159
parente016671d34c24c4768df774425ec743b88e30015
s3: libsmb: In SMB1 old protocol - return NT_STATUS_INVALID_NETWORK_RESPONSE if name conversion ended up with a NULL filename.

Can happen if namelen == 0.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libsmb/clilist.c