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: ChainsDD/su-binary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ChainsDD/su-binary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gc-ics
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 28, 2012

  1. Inherit LD_LIBRARY_PATH from the parent for a new process image on ICS

    Starting from Android 4.0 (ICS) LD_LIBRARY_PATH must be set for Java processes.
    Unfortunately, LD_LIBRARY_PATH is unset by the kernel for suid processes like su.
    
    su has to take value of LD_LIBRARY_PATH from the parent process (in hope its environment
    contains proper value) and sets LD_LIBRARY_PATH for a new process image on ICS and higher.
    git-core committed Feb 28, 2012
    3 Configuration menu
    Copy the full SHA
    5688e89 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2012

  1. Merge branch 'gc' into gc-ics

    Remove setting root euid in get_parent_env(), allow() does it already
    git-core committed Mar 3, 2012
    3 Configuration menu
    Copy the full SHA
    a84bdbc View commit details
    Browse the repository at this point in the history

Commits on May 1, 2012

  1. Fix for HTC Ville

    HTC added additional field to the intent body, we have to count for it. See
    issue #46 against Superuser (ChainsDD/Superuser#46).
    
    Thanks to kmdm at github for the report and comprehensive analysis.
    git-core committed May 1, 2012
    Configuration menu
    Copy the full SHA
    2678bd2 View commit details
    Browse the repository at this point in the history
Loading