mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTOS:SE] Privileges adjusting private routine must be paged
SepAdjustPrivileges is a private helper call that must be paged, alongside with its syscall -- NtAdjustPrivilegesToken.
This commit is contained in:
parent
d6a0299eec
commit
982ee872dd
1 changed files with 2 additions and 0 deletions
|
@ -4366,6 +4366,8 @@ SepAdjustPrivileges(
|
|||
{
|
||||
ULONG i, j, PrivilegeCount, ChangeCount, NewAttributes;
|
||||
|
||||
PAGED_CODE();
|
||||
|
||||
/* Count the found privileges and those that need to be changed */
|
||||
PrivilegeCount = 0;
|
||||
ChangeCount = 0;
|
||||
|
|
Loading…
Reference in a new issue