Skip to content
Snippets Groups Projects
Commit b86172fe authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Fix buggy unpinner when unpin stops early

Debugging code allows for one to binary-search the unpins.

But a .dynsym, .got, etc. entry can be duplicated in it's own section
or other sections.  Unpinning has to handle unpinning an instruction
and deal with updating all tables properly.  Bug was found in handling
of the unpin for .dynsym in this regard.  This patch fixes that bug.
parent d810e98c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment