mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
sorry again
Never comited when u are ZzZ svn path=/trunk/; revision=32576
This commit is contained in:
@@ -963,8 +963,8 @@ MmSecureVirtualMemory(PVOID Address,
|
||||
ULONG Mode)
|
||||
{
|
||||
|
||||
if ( ( (PBYTE)Address + Length > (PBYTE)MmHighestUserAddress) ||
|
||||
( (PBYTE)Address + Length <= (PBYTE)Address ) )
|
||||
if ( ( (DWORD)Address + Length > (DWORD)MmHighestUserAddress) ||
|
||||
( (DWORD)Address + Length <= (DWORD)Address ) )
|
||||
/* Only works for user space */
|
||||
if (MmHighestUserAddress < Address)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user