s3: VFS: fake_acls: Fix Coverity CID 1435850 Uninitialized pointer read.
authorJeremy Allison <jra@samba.org>
Fri, 9 Nov 2018 22:13:47 +0000 (14:13 -0800)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 15 Nov 2018 15:30:17 +0000 (16:30 +0100)
commit9b79d5f2a2f8af75ef13bdc41d2dc296e19ba098
tree6fc8e702a8d7c85bdb4981d361b8c1ac356493af
parentc1dd6382e3211792e313f7d559b943f55c9cb0e1
s3: VFS: fake_acls: Fix Coverity CID 1435850 Uninitialized pointer read.

map_acl_perms_to_permset() can return an error, check it.

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