diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /pofx/PEP/common/util.c | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'pofx/PEP/common/util.c')
| -rw-r--r-- | pofx/PEP/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pofx/PEP/common/util.c b/pofx/PEP/common/util.c index cced8fb1..12be758d 100644 --- a/pofx/PEP/common/util.c +++ b/pofx/PEP/common/util.c @@ -835,7 +835,7 @@ Return Value: (ULONG)RequiredSizeAugmented, (ULONG)(*BiosResourcesSize)); - BiosResource = ExAllocatePoolWithTag(NonPagedPool, + BiosResource = ExAllocatePoolWithTag(NonPagedPoolNx, RequiredSize, PEP_POOL_TAG); |
