mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:52:56 +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,
|
NonPagedPool,
|
||||||
FALSE,
|
FALSE,
|
||||||
&CapturedDefaultDacl);
|
&CapturedDefaultDacl);
|
||||||
|
if (!NT_SUCCESS(Status))
|
||||||
|
{
|
||||||
|
goto Cleanup;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Call the internal function */
|
/* Call the internal function */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue