Implement kernel undefined behavior sanitizer support

This commit is contained in:
2024-06-12 16:19:24 +02:00
parent c7e96184e6
commit 91e8a86ee2
7 changed files with 1255 additions and 0 deletions

View File

@@ -32,3 +32,6 @@ LIST_ENTRY KepSystemResourcesListHead;
/* Kernel system resources lock */
KSPIN_LOCK KepSystemResourcesLock;
/* Kernel UBSAN active frame flag */
BOOLEAN KepUbsanActiveFrame = FALSE;

1048
xtoskrnl/ke/kubsan.c Normal file

File diff suppressed because it is too large Load Diff