Files
serenity/Kernel/FileSystem/SysFS/Subsystems
Hendiadyoin1 c5d713864b Meta+Kernel: Enable -fno-sanitize-recover=undefined by default
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`.
2025-06-20 23:22:07 +02:00
..