[NTOSKRNL][KERNEL32]
[reactos.git] / reactos / ntoskrnl / rtl / libsupp.c
index 699938f..a76f9bc 100644 (file)
@@ -418,7 +418,7 @@ RtlWalkFrameChain(OUT PVOID *Callers,
 #endif
 
             /* Validate them */
-            if (StackEnd <= StackBegin) return 0;
+            if (StackEnd <= StackBegin) _SEH2_YIELD(return 0);
             ProbeForRead((PVOID)StackBegin,
                          StackEnd - StackBegin,
                          sizeof(CHAR));