Files
ladybird/Userland/Libraries/LibELF/DynamicLoader.cpp
Gunnar Beutner 0ab37dbd03 LibELF: Propagate ELF image validation errors to the caller
With this fixed dlopen() no longer crashes when given an invalid
ELF image and instead returns an error code that can be retrieved
with dlerror().

Fixes #6995.
2021-05-10 21:27:11 +02:00

21 KiB