Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove sanity check introduced in previous commit.
section->size if not necessarily lesser than elf_size because sections don't always represent a chunk of data inside the ELF file. Sections of type SHT_NOBITS can have arbitrary sizes not related to the the ELF file size.
- Loading branch information