[FREELOADER]

- Don't zero the target of an uninitialized pointer
- Thanks to arty for finding the issue

svn path=/trunk/; revision=48713
This commit is contained in:
Cameron Gutman 2010-09-07 01:31:24 +00:00
parent b0e67ed0fb
commit 70e3baab3e

View file

@ -1636,7 +1636,6 @@ LoadBootDeviceDriver(VOID)
}
/* Add freeldr.sys to list of loaded executables */
RtlZeroMemory(FreeldrDTE, sizeof(LDR_DATA_TABLE_ENTRY));
Status = WinLdrAllocateDataTableEntry(&LoaderBlock, "scsiport.sys",
"FREELDR.SYS", &ImageDosHeader, &FreeldrDTE);
if (!Status)