mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user