mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
parent
9705ebf7f4
commit
6ccaee160f
1 changed files with 1 additions and 1 deletions
|
@ -1767,7 +1767,7 @@ LoaderScan:
|
|||
NtHeader->OptionalHeader.AddressOfEntryPoint);
|
||||
LdrEntry->SizeOfImage = DriverSize;
|
||||
LdrEntry->CheckSum = NtHeader->OptionalHeader.CheckSum;
|
||||
LdrEntry->SectionPointer = LdrEntry;
|
||||
LdrEntry->SectionPointer = NULL; // ?
|
||||
|
||||
/* Now write the DLL name */
|
||||
LdrEntry->BaseDllName.Buffer = (PVOID)(LdrEntry + 1);
|
||||
|
|
Loading…
Reference in a new issue