summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibELF/Validation.cpp
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-30LibELF: Add a bunch of overflow checks in ELF validationAndreas Kling
2021-01-16LibELF: validate_program_headers: Validate PT_INTERP header p_filesz > 1Brendan Coles
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling