Files
serenity/Userland/Libraries/LibELF/DynamicLoader.cpp
Hendiadyoin1 2c09d9dcec LibELF/DynamicLoader: Disable UBSAN signature verification for IFUNCs
We currently pretend that these return an ElfAddr, while in actuality
they return a function pointer.
UBSAN may check this and complain about it, so let's just disable it
for that line.
2024-07-05 00:52:30 +02:00

34 KiB