Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of DW_FORM_ref_addr in name_attr #193

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Sep 25, 2020

We were converting the reference to a unit offset, but incorrectly continuing to use the old unit. This resulted in errors such as OffsetOutOfBounds or NoEntryAtGivenOffset.

Fixes #192 (cc @SWW13)

We were converting the reference to a unit offset, but incorrectly
continuing to use the old unit. This resulted in errors such
as `OffsetOutOfBounds` or `NoEntryAtGivenOffset`.
@SWW13
Copy link

SWW13 commented Sep 25, 2020

Fix works for me.

@philipc philipc merged commit 27063df into gimli-rs:master Sep 25, 2020
@philipc philipc deleted the issue-192 branch September 25, 2020 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OffsetOutOfBounds on C++ binaries
2 participants