Implement kernel undefined behavior sanitizer support
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 35s
Builds / ExectOS (i686) (push) Successful in 34s

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;