mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
This makes the Kernel UBSan deadly by compile time, it can be made recoverable by setting `ENABLE_KERNEL_UNDEFINED_SANITIZER_ALWAYS_DEADLY` to `OFF` in the CMake options, and the `ubsan_is_deadly` sysctl option to `0`.