-
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