mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
b0e67ed0fb
commit
70e3baab3e
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue