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 overlapping section and program header error #332

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

danmatichuk
Copy link
Collaborator

@danmatichuk danmatichuk commented Jul 18, 2023

This error is caused by a bug in the IntervalMap implementation prior to
0.6.2, which had inconsistent semantics for empty intervals
(see: bokesan/IntervalMap#9)

fixes #302

Copy link
Contributor

@RyanGlScott RyanGlScott left a comment

Choose a reason for hiding this comment

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

Thanks! I assume that this supersedes #317?

macaw-aarch32/tests/arm/Makefile Outdated Show resolved Hide resolved
macaw-aarch32/tests/arm/Makefile Outdated Show resolved Hide resolved
…er error

This error is caused by a bug in the IntervalMap implementation prior to
0.6.2, which had inconsistent semantics for empty intervals
(see: bokesan/IntervalMap#9)

fixes #302
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.

ELF loader crashes on arm-linux-gnueabi-gcc binary (Found section header that overlaps with program header.)
3 participants