mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[RAMDISK] Fix unterminated query table
This commit is contained in:
committed by
Pierre Schweitzer
parent
2a5bf96891
commit
99ec8ff00c
@@ -133,7 +133,7 @@ NTAPI
|
||||
QueryParameters(IN PUNICODE_STRING RegistryPath)
|
||||
{
|
||||
ULONG MinView, DefView, MinViewLength, DefViewLength, MaxViewLength;
|
||||
RTL_QUERY_REGISTRY_TABLE QueryTable[10];
|
||||
RTL_QUERY_REGISTRY_TABLE QueryTable[11];
|
||||
|
||||
/* Set defaults */
|
||||
MaximumViewLength = 0x10000000u;
|
||||
|
||||
Reference in New Issue
Block a user