mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[MM]
MmCreateMemoryArea: Make tmpLength an ULONG_PTR, so it dowsn't overflow on 64 bit svn path=/branches/ros-amd64-bringup/; revision=44319
This commit is contained in:
@@ -929,7 +929,7 @@ MmCreateMemoryArea(PMMSUPPORT AddressSpace,
|
||||
{
|
||||
PVOID EndAddress;
|
||||
ULONG Granularity;
|
||||
ULONG tmpLength;
|
||||
ULONG_PTR tmpLength;
|
||||
PMEMORY_AREA MemoryArea;
|
||||
|
||||
DPRINT("MmCreateMemoryArea(Type 0x%lx, BaseAddress %p, "
|
||||
|
||||
Reference in New Issue
Block a user