Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test_elf64_symtab test compares the ELF reported symbol size with the one returned by ElfParser::find_sym(). However, those two are not guaranteed to match up: if an ELF symbol has a size of 0 its size is "zero or unknown". As such, we report the size as None instead. Adjust the logic to deal with this condition properly. Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information