Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.
authorJeremy Allison <jra@samba.org>
Tue, 9 Jul 2013 22:59:53 +0000 (15:59 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 19 Jul 2013 07:52:43 +0000 (17:52 +1000)
commit66fb5eeb968e12049381337d7c01401815537a34
treed13eff4971da50061bc629e01f3c10b6345a7def
parentfe542fc170053a370092fcf442075dc44189f23e
Ensure we can't create a file using TRANS2_OPEN 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/trans2.c