diff options
author | Jiyong Park <jiyong@google.com> | 2018-11-16 21:05:10 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2018-11-16 21:05:10 +0900 |
commit | a4f3625112a011e4304da32d83ddeb2a612db79e (patch) | |
tree | 424883b603a0b94f65d8a764c1095b12bfb9177e /linker/linker_main.cpp | |
parent | 3de3a5faaf34bd3a1b6469988eb2975038074ec2 (diff) |
Fix: search path is not added when one of its parent is not accessible
When /foo/bar/baz is added to the search paths and if getattr (stat())
is not allowed on one of its parent paths, i.e., /foo and /foo/baz, the
path was thought as non-existent and wasn't added to the search paths of
the namespace.
Fixing the bug by adding the path if the path (though not the parents)
does exist.
Bug: 119656753
Test: m apex.test; m; device boots.
Change-Id: I21bca1fee9aa20688ce9b72192d3173821ad91a3
Diffstat (limited to 'linker/linker_main.cpp')
0 files changed, 0 insertions, 0 deletions