Fix check_path_syntax() for multibyte encodings which have no '\' as second byte.
commitc8c66337494c63173a6aba4286a843875302da63
authorAlexander Bokovoy <ab@samba.org>
Tue, 16 Mar 2004 17:21:06 +0000 (16 17:21 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 16 Mar 2004 17:21:06 +0000 (16 17:21 +0000)
tree36914748f56c9c20eb5449a9ee75b70944fbb3c3
parentb80e3553bf1b7f8d1435f3144082577f2e30c3a9
Fix check_path_syntax() for multibyte encodings which have no '\' as second byte.
This is intermediate fix as discussed with Jeremy until we move check_path_syntax() to UCS2 internally where all
ambiguity is resolved. Please add other encodings into charcnv.c with such property.
source/lib/charcnv.c
source/smbd/reply.c