index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
UBSanitizer.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-03
AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>
Andreas Kling
2021-12-29
Kernel: Print KUBSAN backtrace to screen if KUBSAN is deadly
Luke Wilde
2021-12-22
Kernel: Switch KUBSAN prints to use critical_dmesgln instead of dbgln
Idan Horowitz
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-05-27
Kernel+AK: Move UBSanitizer to AK, and to AK namespace
Andrew Kaster
2021-05-19
Kernel: static vs non-static constexpr variables
Lenny Maiorani
2021-05-15
Kernel: Halt CPU on deadly UBSAN instead of calling PANIC
Brian Gianforcaro
2021-05-02
Kernel: Remove outdated UBSan comments
Hendiadyoin1
2021-04-29
Kernel: Enable building the kernel with -flto
Gunnar Beutner
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-03-07
Kernel: Expose sysctl 'ubsan_is_deadly' to panic the Kernel on UB
Ben Wiederhake
2021-02-24
Kernel: Improve KUBSAN logging for "type mismatch" errors
Andreas Kling
2021-02-11
KUBSAN: Add nearly all missing -fsanitize handlers (#5254)
Hendiadyoin1
2021-02-07
Kernel: KUBSAN implementation of returns-nonnull-attribute
Brian Gianforcaro
2021-02-06
Kernel: And some more KUBSAN checks :^)
Andreas Kling
2021-02-06
Kernel: Implement some more KUBSAN checks :^)
Andreas Kling
2021-02-05
Kenrel: Implement two more KUBSAN checks
Andreas Kling
2021-02-05
Kernel: KUBSAN! (Kernel Undefined Behavior SANitizer) :^)
Andreas Kling