mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
[NTOS:SE]
- Fail if the provided default DACL is invalid in NtCreateToken. CID 1237131 svn path=/trunk/; revision=69657
This commit is contained in:
parent
6c7a279a05
commit
ba56cef9c1
1 changed files with 4 additions and 0 deletions
|
@ -2852,6 +2852,10 @@ NtCreateToken(
|
|||
NonPagedPool,
|
||||
FALSE,
|
||||
&CapturedDefaultDacl);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
goto Cleanup;
|
||||
}
|
||||
}
|
||||
|
||||
/* Call the internal function */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue