diff --git a/drivers/storage/class/ramdisk/ramdisk.c b/drivers/storage/class/ramdisk/ramdisk.c index de6d2d5ca10..4f910eff5be 100644 --- a/drivers/storage/class/ramdisk/ramdisk.c +++ b/drivers/storage/class/ramdisk/ramdisk.c @@ -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;