mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTOS:MM]
- Do not track failed pool allocations as successful CORE-9440 #resolve svn path=/trunk/; revision=66950
This commit is contained in:
@@ -1632,6 +1632,8 @@ ExAllocatePoolWithTag(IN POOL_TYPE PoolType,
|
||||
{
|
||||
ExRaiseStatus(STATUS_INSUFFICIENT_RESOURCES);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user