mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:07:35 +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
1 changed files with 2 additions and 3 deletions
|
@ -397,9 +397,7 @@ if (NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
|
||||||
${CRYPTO_SOURCES}
|
${CRYPTO_SOURCES}
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
set(PREKERNEL_SOURCES
|
set(PREKERNEL_SOURCES)
|
||||||
Prekernel/UBSanitizer.cpp
|
|
||||||
)
|
|
||||||
set(RPI_SOURCES
|
set(RPI_SOURCES
|
||||||
Arch/aarch64/RPi/Framebuffer.cpp
|
Arch/aarch64/RPi/Framebuffer.cpp
|
||||||
Arch/aarch64/RPi/GPIO.cpp
|
Arch/aarch64/RPi/GPIO.cpp
|
||||||
|
@ -434,6 +432,7 @@ else()
|
||||||
# Files from base Kernel
|
# Files from base Kernel
|
||||||
KSyms.cpp
|
KSyms.cpp
|
||||||
MiniStdLib.cpp
|
MiniStdLib.cpp
|
||||||
|
UBSanitizer.cpp
|
||||||
|
|
||||||
Memory/AddressSpace.cpp
|
Memory/AddressSpace.cpp
|
||||||
Memory/AnonymousVMObject.cpp
|
Memory/AnonymousVMObject.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue