mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>
This commit is contained in:
parent
0bebf013e3
commit
e86ab57078
4 changed files with 5 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
using namespace Kernel;
|
||||
using namespace AK::UBSanitizer;
|
||||
|
||||
bool AK::UBSanitizer::g_ubsan_is_deadly { true };
|
||||
Atomic<bool> AK::UBSanitizer::g_ubsan_is_deadly { true };
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue