serenity/Toolchain/Patches
Idan Horowitz f7a1f28d7f Kernel: Add initial basic support for KASAN
This commit adds minimal support for compiler-instrumentation based
memory access sanitization.
Currently we only support detection of kmalloc redzone accesses, and
kmalloc use-after-free accesses.

Support for inline checks (for improved performance), and for stack
use-after-return and use-after-return detection is left for future PRs.
2023-12-30 13:57:10 +01:00
..
binutils Toolchain+Ports: Update binutils to 2.41 2023-09-18 10:26:42 +02:00
gcc Toolchain+Ports: Update GCC to 13.2.0 2023-09-18 10:26:42 +02:00
gdb Toolchain: Allow many patches for gdb and add clang workaround 2023-04-02 10:52:28 +02:00
llvm Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00