ladybird/Userland/DynamicLoader
Itamar a4b74cba0b Loader.so+LibELF: Do not read environment variables if AT_SECURE is set
AT_SECURE is set in the auxiliary vector when we execute setuid/setgid
programs.
In those cases, we do not want to read environment variables that
influence the logic of the dynamic loader, as they can be controlled
by the user.
2021-01-09 10:55:46 +01:00
..
CMakeLists.txt Build + LibC: Enable -fstack-protector-strong in user space 2021-01-02 11:34:55 +01:00
main.cpp Loader.so+LibELF: Do not read environment variables if AT_SECURE is set 2021-01-09 10:55:46 +01:00
math.cpp
math.h
misc.cpp Loader: Stabilize loader & Use shared libraries everywhere :^) 2020-12-14 23:05:53 +01:00
misc.h