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

patchelf: Check ELF endianness before writing new runpath #229

Merged
merged 1 commit into from Aug 17, 2020

Conversation

lheckemann
Copy link
Member

This commit modifies the way fields are written in the dynamic
section in order to account the architecture of the target ELF
file. Instead of copying the raw data, use the helper functions
to convert endianness.

Signed-off-by: Bryce Ferguson bryce.ferguson@rockwellcollins.com

Just fixed the merge conflicts from #151, no significant addition from me. Closes #151.

This commit modifies the way fields are written in the dynamic
section in order to account the architecture of the target ELF
file. Instead of copying the raw data, use the helper functions
to convert endianness.

Signed-off-by: Bryce Ferguson <bryce.ferguson@rockwellcollins.com>
@edolstra edolstra merged commit 7aa6b90 into NixOS:master Aug 17, 2020
@lheckemann lheckemann deleted the endianness-fix branch August 21, 2020 12:57
@lheckemann
Copy link
Member Author

cc @telent

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.

None yet

3 participants