[ros-svn] [navaraf] 14214: Fix nasty condition when we were
subtracting AlignedAddress (which happened to be aligned to
0x80000000) from HighestAddress (which is MmSystemRangeStart
- 1 == 0x7fffffff) and then using it for length comparsion.
navaraf at svn.reactos.com
navaraf at svn.reactos.com
Sun Mar 20 13:04:33 CET 2005
Fix nasty condition when we were subtracting AlignedAddress (which happened to be aligned to 0x80000000) from HighestAddress (which is MmSystemRangeStart - 1 == 0x7fffffff) and then using it for length comparsion.
Updated files:
trunk/reactos/ntoskrnl/mm/marea.c
More information about the Ros-svn
mailing list