ladybird/Userland/DynamicLoader
Tim Schumacher 678db534ff LibC: Properly implement stack protectors
The shared parts are now firmly compiled into LibC instead of being
defined as a static library and then being copied over manually.
The non-shared ("local") parts are kept as a static library that is
linked into each binary on demand.

This finally allows us to support linking with the -fstack-protector
flag, which now replaces the `ssp` target being linked into each binary
accidentally via CMake.
2022-11-01 14:49:09 +00:00
..
CMakeLists.txt LibC: Properly implement stack protectors 2022-11-01 14:49:09 +00:00
main.cpp LibELF: Ensure that DynamicLoader only receives absolute paths 2022-10-31 19:23:02 +00:00
misc.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
misc.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00