svn path=/trunk/; revision=27107
This commit is contained in:
Dmitry Gorbachev 2007-06-10 11:11:05 +00:00
parent 9705ebf7f4
commit 6ccaee160f

View file

@ -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);