mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 03:36:56 -04:00
parent
79a6f8942e
commit
bcca9144b7
5 changed files with 8 additions and 14 deletions
|
@ -753,7 +753,7 @@ BOOL EnablePrivileges(void)
|
|||
|
||||
if (NT_SUCCESS(status)) {
|
||||
CHAR privilegesBuffer[FIELD_OFFSET(TOKEN_PRIVILEGES, Privileges) +
|
||||
sizeof(LUID_AND_ATTRIBUTES) * ARRAYSIZE(requestedPrivileges)];
|
||||
sizeof(LUID_AND_ATTRIBUTES) * ARRAYSIZE(requestedPrivileges)] = { 0 };
|
||||
PTOKEN_PRIVILEGES privileges;
|
||||
ULONG i;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue