mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOS:MM]
- Assert correct pool entry alignment in ExFreePoolWithTag svn path=/trunk/; revision=63952
This commit is contained in:
@@ -2220,6 +2220,7 @@ ExFreePoolWithTag(IN PVOID P,
|
||||
//
|
||||
Entry = P;
|
||||
Entry--;
|
||||
ASSERT((ULONG_PTR)Entry % POOL_BLOCK_SIZE == 0);
|
||||
|
||||
//
|
||||
// Get the size of the entry, and it's pool type, then load the descriptor
|
||||
|
||||
Reference in New Issue
Block a user