forked from xt-sys/exectos
Implement kernel undefined behavior sanitizer support
This commit is contained in:
@@ -57,6 +57,9 @@ EXTERN LIST_ENTRY KepSystemResourcesListHead;
|
||||
/* Kernel system resources lock */
|
||||
EXTERN KSPIN_LOCK KepSystemResourcesLock;
|
||||
|
||||
/* Kernel UBSAN active frame flag */
|
||||
EXTERN BOOLEAN KepUbsanActiveFrame;
|
||||
|
||||
/* Biggest free memory descriptor */
|
||||
EXTERN PLOADER_MEMORY_DESCRIPTOR MmFreeDescriptor;
|
||||
|
||||
|
Reference in New Issue
Block a user