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: 12e462204c19
Choose a base ref
...
head repository: NixOS/patchelf
compare: 12e2b7b813c3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 21, 2017

  1. fix adjusting startPage

    startPage is adjusted unconditionally for all executables.
    This results in incorrect addresses assigned to INTERP and LOAD
    program headers, which breaks patched executable.
    
    Adjusting startPage variable only when startOffset > startPage
    should fix this.
    
    This change is related to the issue #10
    
    Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
    Ed Bartosh committed Jul 21, 2017
    Copy the full SHA
    1cc234f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge pull request #127 from bartosh/master

    fix adjusting startPage
    domenkozar committed Jun 3, 2020
    Copy the full SHA
    12e2b7b View commit details
    Browse the repository at this point in the history