* Sync up to trunk head (r64829).
[reactos.git] / ntoskrnl / mm / ARM3 / pagfault.c
index ff3c28e..ffe6f6a 100644 (file)
@@ -1511,7 +1511,7 @@ MmArmAccessFault(IN BOOLEAN StoreInstruction,
     NTSTATUS Status;
     PMMSUPPORT WorkingSet;
     ULONG ProtectionCode;
-    PMMVAD Vad;
+    PMMVAD Vad = NULL;
     PFN_NUMBER PageFrameIndex;
     ULONG Color;
     BOOLEAN IsSessionAddress;