mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>
This commit is contained in:
parent
0bebf013e3
commit
e86ab57078
Notes:
sideshowbarker
2024-07-17 19:50:39 +09:00
Author: https://github.com/awesomekling
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