mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Fix crash in Install CD introduced in 26666, with a ludicrious hack for FreeLDR
svn path=/trunk/; revision=26668
This commit is contained in:
parent
959a4b6f1e
commit
83bd3b5fc0
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ CmGetSystemControlValues(IN PVOID SystemHiveData,
|
||||||
BOOLEAN Auto, IsSmallKey;
|
BOOLEAN Auto, IsSmallKey;
|
||||||
PVOID Buffer;
|
PVOID Buffer;
|
||||||
|
|
||||||
|
/* LUDDDIIIICRROOOUUSSSS KI^H^H HACKKKK */
|
||||||
|
if (!SystemHiveData) return;
|
||||||
|
|
||||||
/* Initialize the Hive View List and the security cache */
|
/* Initialize the Hive View List and the security cache */
|
||||||
RtlZeroMemory(SystemHive, sizeof(SystemHive));
|
RtlZeroMemory(SystemHive, sizeof(SystemHive));
|
||||||
CmpInitHiveViewList((PCMHIVE)SystemHive);
|
CmpInitHiveViewList((PCMHIVE)SystemHive);
|
||||||
|
|
Loading…
Reference in a new issue