Check if the page is present when we trace frames

This commit is contained in:
Alex 2022-11-01 19:58:08 +02:00
parent 00cda98a62
commit 89c173bb31
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -81,7 +81,7 @@ namespace CrashHandler
else
EHPrint("\eFF4CA9Outside Kernel");
if (Frame->rip >= 0xFFFFFFFFFFFFFFF0 || Frame->rip <= 0xFF)
if (!Memory::Virtual().Check(frames->rbp))
return;
frames = frames->rbp;
}