• tedbo's avatar
    Fix bug in linker environment variable lookup. · b3cdf7fe
    tedbo authored
    The linker_env_get() method that is used to match an environment
    variable was failing due to an incorrect equality check.
    
    This  was introduced in git change
    be575596.
    
    The bug was causing the linker to ignore environment variables such
    as LD_LIBRARY_PATH. This issue also affects the linker_env_secure()
    path that removes unsafe environment variables, since it would
    not match any in the unsecure variable list.
    
    Change-Id: I169024de4a005321e768accd38246fc1d717271b
    b3cdf7fe
linker_environ.c 5.45 KB