We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456cbf9 commit ea4c533Copy full SHA for ea4c533
reactos/ntoskrnl/config/cmse.c
@@ -24,7 +24,7 @@ CmpHiveRootSecurityDescriptor(VOID)
24
NTSTATUS Status;
25
PSECURITY_DESCRIPTOR SecurityDescriptor;
26
PACL Acl, AclCopy;
27
- PSID Sid[3];
+ PSID Sid[4];
28
SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY};
29
SID_IDENTIFIER_AUTHORITY NtAuthority = {SECURITY_NT_AUTHORITY};
30
ULONG AceLength, AclLength, SidLength;
0 commit comments