mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
sorry again
Never comited when u are ZzZ svn path=/trunk/; revision=32576
This commit is contained in:
parent
4355174230
commit
09e930fd49
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue