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

Handle older DWARF versions better #191

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Conversation

viveksjain
Copy link

DWARF version <= 4 may not have index 0. As a workaround, we add a dummy
value, which should be fine since presumably 0 index should not be
referenced in any valid DWARF file <= v4. Fixes #190.

DWARF version <= 4 may not have index 0. As a workaround, we add a dummy
value, which should be fine since presumably 0 index should not be
referenced in any valid DWARF file <= v4. Fixes gimli-rs#190.
Copy link
Contributor

@philipc philipc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@philipc philipc merged commit c83114d into gimli-rs:master Sep 17, 2020
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.

Filename is empty with older DWARF version
2 participants