Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a range check when reading from ELF files
The end address is exclusive, not inclusive. This off-by-one could mean that we look at the wrong shared library for a given address if it occurs at the very start of start of a mapping. Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
- Loading branch information