-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(symcache): Explicitly map "holes" between functions
Currently, if we look up an address that falls "between" two functions/symbols, we will always resolve it to the first of the two functions/symbols because each range implicitly extends to the start of the next one. This can lead to bad user experience when we map (invalid) addresses to entirely nonsensical functions. Therefore, we now explicitly insert a mapping at the end of the function that maps to "nowhere" to denote the function's end.
- Loading branch information
1 parent
5b4babb
commit 22979db
Showing
1 changed file
with
30 additions
and
0 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