Author: tfaber Date: Tue Aug 26 12:47:02 2014 New Revision: 63952
URL: http://svn.reactos.org/svn/reactos?rev=63952&view=rev Log: [NTOS:MM] - Assert correct pool entry alignment in ExFreePoolWithTag
Modified: trunk/reactos/ntoskrnl/mm/ARM3/expool.c
Modified: trunk/reactos/ntoskrnl/mm/ARM3/expool.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/expool.c?r... ============================================================================== --- trunk/reactos/ntoskrnl/mm/ARM3/expool.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/mm/ARM3/expool.c [iso-8859-1] Tue Aug 26 12:47:02 2014 @@ -2220,6 +2220,7 @@ // 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