mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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:
committed by
Linus Groh
parent
1f3977b303
commit
4db44c09a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user