ladybird/Userland/Libraries/LibELF
Keegan Saunders e575339564 LibELF: Add stack guard hardening
Employ the same hardening that glibc and the Linux kernel use for
generating stack guards: zero the first byte of the guard such that
if C-style string functions read out of bounds on the stack, we do
not overwrite or potentially leak the stack guard.
2022-11-29 11:04:21 +01:00
..
Arch
AuxiliaryVector.h
CMakeLists.txt
Core.h
DynamicLinker.cpp LibELF: Add stack guard hardening 2022-11-29 11:04:21 +01:00
DynamicLinker.h LibELF: Ensure that DynamicLoader only receives absolute paths 2022-10-31 19:23:02 +00:00
DynamicLoader.cpp LibELF: Drop the separate file name member from DynamicLoader 2022-10-31 19:23:02 +00:00
DynamicLoader.h LibELF: Drop the separate file name member from DynamicLoader 2022-10-31 19:23:02 +00:00
DynamicObject.cpp
DynamicObject.h
Hashes.h
Image.cpp
Image.h
Relocation.cpp
Relocation.h
Validation.cpp
Validation.h