[NTOS:MM]

- Assert correct pool entry alignment in ExFreePoolWithTag

svn path=/trunk/; revision=63952
This commit is contained in:
Thomas Faber 2014-08-26 12:47:02 +00:00
parent 8dde0dd217
commit cd86b37abb

View file

@ -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