Files
ladybird/Userland/Libraries/LibELF
Daniel Bertalan 7aca408993 LibELF: Fail gracefully when IFUNC resolver's object has textrels
.text sections of objects that contain textrels have to be writable
during the relocation procedure. Because of this, we would segfault if
we tried to execute IFUNC resolvers defined in them. Let's print a
meaningful error message instead.

Additionally, a warning is now printed when we load objects with
textrels, as in the future, additional security mitigations might
interfere with them being loaded.
2022-05-01 12:42:01 +02:00
..
2022-04-01 21:24:45 +01:00
2022-05-01 12:42:01 +02:00
2022-05-01 12:42:01 +02:00
2022-04-01 21:24:45 +01:00