Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/patchelf
base: 985c8ae4957c
Choose a base ref
...
head repository: NixOS/patchelf
compare: 7aa6b90851eb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 17, 2020

  1. patchelf: Check ELF endianness before writing new runpath

    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>
    Oxbef authored and lheckemann committed Aug 17, 2020
    Copy the full SHA
    e88d83c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #229 from lheckemann/endianness-fix

    patchelf: Check ELF endianness before writing new runpath
    edolstra committed Aug 17, 2020
    Copy the full SHA
    7aa6b90 View commit details
    Browse the repository at this point in the history