mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel: Use the Kernel UBSanitizer implementation in the aarch64 Kernel
Now we actually print useful information when an UBSAN fault is detected. :^)
This commit is contained in:
parent
1f3977b303
commit
4db44c09a4
Notes:
sideshowbarker
2024-07-17 10:56:00 +09:00
Author: https://github.com/FireFox317 Commit: https://github.com/SerenityOS/serenity/commit/4db44c09a4 Pull-request: https://github.com/SerenityOS/serenity/pull/13996 Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/nico
1 changed files with 2 additions and 3 deletions
|
@ -397,9 +397,7 @@ if (NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
|
|||
${CRYPTO_SOURCES}
|
||||
)
|
||||
else()
|
||||
set(PREKERNEL_SOURCES
|
||||
Prekernel/UBSanitizer.cpp
|
||||
)
|
||||
set(PREKERNEL_SOURCES)
|
||||
set(RPI_SOURCES
|
||||
Arch/aarch64/RPi/Framebuffer.cpp
|
||||
Arch/aarch64/RPi/GPIO.cpp
|
||||
|
@ -434,6 +432,7 @@ else()
|
|||
# Files from base Kernel
|
||||
KSyms.cpp
|
||||
MiniStdLib.cpp
|
||||
UBSanitizer.cpp
|
||||
|
||||
Memory/AddressSpace.cpp
|
||||
Memory/AnonymousVMObject.cpp
|
||||
|
|
Loading…
Reference in a new issue