Switch i287 fpu, if present, into protected mode (ignored on i387) and
[reactos.git] / reactos / ntoskrnl / cm / ntfunc.c
index 0863173..359a8e1 100644 (file)
@@ -1423,7 +1423,7 @@ NtQueryMultipleValueKey(IN HANDLE KeyHandle,
   PVALUE_CELL ValueCell;
   PKEY_OBJECT KeyObject;
   PDATA_CELL DataCell;
-  ULONG BufferLength;
+  ULONG BufferLength = 0;
   PKEY_CELL KeyCell;
   NTSTATUS Status;
   PUCHAR DataPtr;