Ensure we can't create a file using SMB2_CREATE with an invalid EA list.
commit21c92969b8d0ad7a77028d24c5b3fea63264e473
authorJeremy Allison <jra@samba.org>
Tue, 9 Jul 2013 23:02:50 +0000 (9 16:02 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 19 Jul 2013 07:52:38 +0000 (19 17:52 +1000)
treed04913c37e1510a52550a03d8f06f7374f6e5eac
parent66e7b15982f188e8b1886eaacf850a7c623733d8
Ensure we can't create a file using SMB2_CREATE with an invalid EA list.

Bug 9992 - Windows error 0x800700FE when copying files with xattr names containing ":"

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/smbd/smb2_create.c