mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
SeCaptureSecurityDescriptor() should take PoolType into account...
svn path=/trunk/; revision=13176
This commit is contained in:
@@ -300,7 +300,7 @@ SeCaptureSecurityDescriptor(
|
||||
ROUND_UP(SaclSize, sizeof(ULONG)) +
|
||||
ROUND_UP(DaclSize, sizeof(ULONG));
|
||||
|
||||
NewDescriptor = ExAllocatePool(PagedPool,
|
||||
NewDescriptor = ExAllocatePool(PoolType,
|
||||
DescriptorSize);
|
||||
if(NewDescriptor != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user