mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
s3:services: Initialize struct security_ace array
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
parent
bd5e095e27
commit
c3abd320e6
@ -35,7 +35,7 @@ struct security_descriptor* svcctl_gen_service_sd(TALLOC_CTX *mem_ctx)
|
||||
{
|
||||
struct security_descriptor *sd = NULL;
|
||||
struct security_acl *theacl = NULL;
|
||||
struct security_ace ace[4];
|
||||
struct security_ace ace[4] = {};
|
||||
size_t sd_size;
|
||||
size_t i = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user