mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Fix bug #2151. Thanks to Alex Ionescu.
svn path=/trunk/; revision=27196
This commit is contained in:
@@ -1767,7 +1767,7 @@ LoaderScan:
|
||||
NtHeader->OptionalHeader.AddressOfEntryPoint);
|
||||
LdrEntry->SizeOfImage = DriverSize;
|
||||
LdrEntry->CheckSum = NtHeader->OptionalHeader.CheckSum;
|
||||
LdrEntry->SectionPointer = NULL; // FIXME: Bug 2151.
|
||||
LdrEntry->SectionPointer = Section;
|
||||
|
||||
/* Now write the DLL name */
|
||||
LdrEntry->BaseDllName.Buffer = (PVOID)(LdrEntry + 1);
|
||||
|
||||
Reference in New Issue
Block a user