1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:57:44 +00:00
serenity/Userland
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
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications Userland: Allow the Analog Clock window border to be hidden 2021-05-10 12:36:05 +02:00
Demos Demos: Implement basic Lambertian lighting for the GLTeapot 2021-05-09 16:14:15 +01:00
DevTools HackStudio: Tweak Files/Classes tab views 2021-05-10 13:45:49 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Chess+Help: Remove erroneous ampersand from app name 2021-05-07 20:37:28 +01:00
Libraries LibELF: Propagate ELF image validation errors to the caller 2021-05-10 21:27:11 +02:00
Services LookupServer: Do cache eviction when mDNS cache flush bit is set 2021-05-10 17:26:17 +02:00
Shell Shell: Parse '\t' in doublequoted strings as a tab character 2021-05-10 10:43:23 +02:00
Utilities Userland: Implement paste --watch mode 2021-05-10 19:09:53 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00