Skip to content

Commit ad37023

Browse files
committed
[NTOS:PS] Support using QUOTA_LIMITS_EX in NtSetInformationProcess(ProcessQuotaLimits)
Both QUOTA_LIMITS and QUOTA_LIMITS_EX are already supported in PspSetQuotaLimits, but this was broken by a330b56
1 parent 32a45ce commit ad37023

File tree

1 file changed

+1
-1
lines changed
  • ntoskrnl/include/internal

1 file changed

+1
-1
lines changed

ntoskrnl/include/internal/ps_i.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static const INFORMATION_CLASS_INFO PsProcessInfoClass[] =
2727
(
2828
QUOTA_LIMITS,
2929
ULONG,
30-
ICIF_QUERY | ICIF_SET
30+
ICIF_QUERY | ICIF_SET | ICIF_SET_SIZE_VARIABLE
3131
),
3232

3333
/* ProcessIoCounters */

0 commit comments

Comments
 (0)