Skip to content
Commit ce36d9ab authored by Steve French's avatar Steve French
Browse files

[CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars option



When we SMB3 mounted with mapchars (to allow reserved characters : \ / > < * ?
via the Unicode Windows to POSIX remap range) empty paths
(eg when we open "" to query the root of the SMB3 directory on mount) were not
null terminated so we sent garbarge as a path name on empty paths which caused
SMB2/SMB2.1/SMB3 mounts to fail when mapchars was specified.  mapchars is
particularly important since Unix Extensions for SMB3 are not supported (yet)

Signed-off-by: default avatarSteve French <smfrench@gmail.com>
Cc: <stable@vger.kernel.org>
Reviewed-by: default avatarDavid Disseldorp <ddiss@suse.de>
parent 08bc0353
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment