mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Remove lpAddress check, this is broken trunk
svn path=/trunk/; revision=38458
This commit is contained in:
parent
93f8f62632
commit
cb89e7b0bd
1 changed files with 0 additions and 6 deletions
|
@ -28,12 +28,6 @@ VirtualAllocEx(IN HANDLE hProcess,
|
|||
{
|
||||
NTSTATUS Status;
|
||||
|
||||
if (lpAddress != NULL)
|
||||
{
|
||||
SetLastErrorByStatus(STATUS_INVALID_PARAMETER);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Allocate the memory */
|
||||
Status = NtAllocateVirtualMemory(hProcess,
|
||||
(PVOID *)&lpAddress,
|
||||
|
|
Loading…
Reference in a new issue