mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
- fix Buffer overflow in CmpHiveRootSecurityDescriptor
- patch by w3seek See issue #2401 for more details. svn path=/trunk/; revision=27625
This commit is contained in:
parent
456cbf9376
commit
ea4c53340d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ CmpHiveRootSecurityDescriptor(VOID)
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
PSECURITY_DESCRIPTOR SecurityDescriptor;
|
PSECURITY_DESCRIPTOR SecurityDescriptor;
|
||||||
PACL Acl, AclCopy;
|
PACL Acl, AclCopy;
|
||||||
PSID Sid[3];
|
PSID Sid[4];
|
||||||
SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY};
|
SID_IDENTIFIER_AUTHORITY WorldAuthority = {SECURITY_WORLD_SID_AUTHORITY};
|
||||||
SID_IDENTIFIER_AUTHORITY NtAuthority = {SECURITY_NT_AUTHORITY};
|
SID_IDENTIFIER_AUTHORITY NtAuthority = {SECURITY_NT_AUTHORITY};
|
||||||
ULONG AceLength, AclLength, SidLength;
|
ULONG AceLength, AclLength, SidLength;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue