[RAMDISK] Fix unterminated query table

This commit is contained in:
Andrew Cook
2019-02-13 19:33:10 +11:00
committed by Pierre Schweitzer
parent 2a5bf96891
commit 99ec8ff00c

View File

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