mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Remove lpAddress check, this is broken trunk
svn path=/trunk/; revision=38458
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user