mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Raise the exception in MmProbeAndLockPages always with STATUS_ACCESS_VIOLATION.
svn path=/trunk/; revision=14420
This commit is contained in:
@@ -437,7 +437,7 @@ VOID STDCALL MmProbeAndLockPages (PMDL Mdl,
|
||||
}
|
||||
}
|
||||
MmUnlockAddressSpace(AddressSpace);
|
||||
ExRaiseStatus(Status);
|
||||
ExRaiseStatus(STATUS_ACCESS_VIOLATION);
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -461,7 +461,7 @@ VOID STDCALL MmProbeAndLockPages (PMDL Mdl,
|
||||
}
|
||||
}
|
||||
MmUnlockAddressSpace(AddressSpace);
|
||||
ExRaiseStatus(Status);
|
||||
ExRaiseStatus(STATUS_ACCESS_VIOLATION);
|
||||
}
|
||||
}
|
||||
Page = MmGetPfnForProcess(NULL, Address);
|
||||
|
||||
Reference in New Issue
Block a user