forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Courgette] Check for abs32 collision while computing rel32 for ELF-x…
…86 flow. The ELF-x86 disassembler may produce rel32 locations that overlap with abs32 locations. We port the snippet from PE-x86 flow to detect and avoids these overlaps. This affects the unit test by removing exactly 1 bogus rel32 address in elf-32-1. Review URL: https://codereview.chromium.org/1847853003 Cr-Commit-Position: refs/heads/master@{#384405}
- Loading branch information
1 parent
5aaf128
commit b1819f8
Showing
2 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters